Querying multiple fields with the MoreLikeThis handler and mlt.fl

2010-03-17 Thread Alf Eaton
I'm wondering if there's been any progress on an issue described a year or so ago in "More details on my MoreLikeThis mlt.qf boosting problem" , where it was pointed out that the MoreLikeThis handler only queries one field for each of the "interesting te

Re: Payloads for multiValued fields?

2007-10-25 Thread Alf Eaton
Alf Eaton wrote: > Mike Klaas wrote: >> On 24-Oct-07, at 7:10 AM, Alf Eaton wrote: >>> Yes, I was just trying that this morning and it's an improvement, though >>> not ideal if the field contains a lot of text (in other words it's still >>> a suboptim

Re: Payloads for multiValued fields?

2007-10-24 Thread Alf Eaton
Mike Klaas wrote: > On 24-Oct-07, at 7:10 AM, Alf Eaton wrote: >> Yes, I was just trying that this morning and it's an improvement, though >> not ideal if the field contains a lot of text (in other words it's still >> a suboptimal workaround). >> >> I d

Empty field error when boosting a dismax query using bf

2007-10-24 Thread Alf Eaton
I'm trying to use the bf parameter to boost a dismax query based on the value of a certain (integer) field. The trouble is that for some of the documents this field is empty (rather than zero), which means that there's an error when using the bf parameter: - select?q=query+string&qf=body&qt

Re: Payloads for multiValued fields?

2007-10-24 Thread Alf Eaton
Yonik Seeley wrote: > On 10/24/07, Alf Eaton <[EMAIL PROTECTED]> wrote: >> Yonik Seeley wrote: >>> Could you perhaps index the captions as >>> #1 this is the first caption >>> #2 this is the second caption >>> >>> And then when just

Re: Payloads for multiValued fields?

2007-10-24 Thread Alf Eaton
Yonik Seeley wrote: > On 8/16/07, Alf Eaton <[EMAIL PROTECTED]> wrote: >> On 16 Aug 2007, at 17:20, Alf Eaton wrote: >> >>> When searching a multiValued field, is it possible to know which of >>> the multiple fields the match was in? >>> >>

Re: FunctionQuery, DisMax and Highlighting

2007-10-19 Thread Alf Eaton
Mike Klaas wrote: > On 18-Oct-07, at 8:47 AM, Alf Eaton wrote: > >> I'm currently using the standard request handler for queries, because it >> provides highlighting (unlike DisMax). I'd also like to be able to use >> FunctionQuery to boost certain fields. >&g

FunctionQuery, DisMax and Highlighting

2007-10-18 Thread Alf Eaton
I'm currently using the standard request handler for queries, because it provides highlighting (unlike DisMax). I'd also like to be able to use FunctionQuery to boost certain fields. >From looking through the lists and JIRA it looks like there has been some work to add highlighting to DisMax queri

Re: solr + carrot2

2007-08-16 Thread Alf Eaton
Pieter Berkel wrote: > In a similar vein, I'm also looking at methods of term extraction and automatic keyword generation from indexed documents. I've been experimenting with MoreLikeThis and values returned by the " mlt.interestingTerms" parameter, which has potential but needs a bit of refine

Re: Payloads for multiValued fields?

2007-08-16 Thread Alf Eaton
On 16 Aug 2007, at 17:34, Yonik Seeley wrote: On 8/16/07, Alf Eaton <[EMAIL PROTECTED]> wrote: On 16 Aug 2007, at 17:20, Alf Eaton wrote: When searching a multiValued field, is it possible to know which of the multiple fields the match was in? For example if I have an index of doc

Re: Payloads for multiValued fields?

2007-08-16 Thread Alf Eaton
On 16 Aug 2007, at 17:20, Alf Eaton wrote: When searching a multiValued field, is it possible to know which of the multiple fields the match was in? For example if I have an index of documents, each of which has multiple image captions stored in separate fields, I'd like to be ab

Payloads for multiValued fields?

2007-08-16 Thread Alf Eaton
When searching a multiValued field, is it possible to know which of the multiple fields the match was in? For example if I have an index of documents, each of which has multiple image captions stored in separate fields, I'd like to be able to link from the search results to the caption in t