On Jan 11, 2010, at 12:56 PM, Joe Calderon wrote:
1. given a set of fields how to return matches that match across them
but not just one specific one, ex im using a dismax parser currently
but i want to exclude any results that only match against a field
called 'description2'

One way could be to add an fq parameter to the request:

   &fq=-description2:(<query>)

2. given a set of fields how to return matches that match across them
but on one specific field match as a phrase only, ex im using a dismax
parser currently but i want matches against a field called 'people' to
only match as a phrase

Doesn't setting pf=people accomplish this?

        Erik

Reply via email to