Re: solr question

2007-07-21 Thread Bertrand Delacretaz
On 7/21/07, Alessandro Ferrucci [EMAIL PROTECTED] wrote: ... the user could enter the following combinations of words: ... WORD WORD ...where the second instance is either last-name first-name OR first-name last-name. ... The dismax handler can indeed search terms in several fields, but I'd

Re: solr question

2007-07-21 Thread Chris Hostetter
: case then I'd make my qf to be last-name^2.0 first-name. I'm not realy : sure what fq param is for, could anyone explain? note the Parameters section of the DisMaxRequestHandler wiki page ... particulararly where it links over to In addition to the CommonQueryParameters...

How to read values of a field efficiently

2007-07-21 Thread Martin Grotzke
Hi, I have a custom Facet implementation that extends SimpleFacets and overrides getTermCounts( String field ). For the price field I calculate available ranges, for this I have to read the values for this field. Right this looks like this: public NamedList getTermCounts( final String field