use a copyField and index the copy as type string, exact matches on that field should then work as the text wont be tokenized
On Thu, Jun 17, 2010 at 3:13 PM, Pete Chudykowski <pchudykow...@shopzilla.com> wrote: > Hi, > > I'm trying with no luck to filter on the exact-match value of a field. > Speciffically: > fq=brand:apple > returns document's whose 'brand' field contains values like "apple bottoms". > > Is there a way to formulate the fq expression to match precisely and only > "apple" ? > > Thanks in advance for your help. > Pete. >