Hi all,
I have a question regarding filter Search with the subset: Let say, I have
the following form
Search article [xyz]
Subject: {x] Math [X]English [ ] Science
Grade: [ ] freshman [x] junior [x]senior
so the query syntax would be
q=xyz&fq=Subject:Math+English&fq=Grade:jun
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
: 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..."
http://wiki.ap
On 7/21/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote:
... the user could enter the following combinations of words:
...
...where the second instance is either OR
. ...
The dismax handler can indeed search terms in several fields, but I'd
also suggest, as an alternative, copying all n