Re: matching multi-word terms

2011-03-12 Thread Erick Erickson
s anything, just use SpanNearQuery... You can also specify whether Spans should allow out-of-order matches or not. Best Erick On Sat, Mar 12, 2011 at 5:13 AM, Michael Wiegand wrote: > Hi, > > I would like to find documents matching multi-word terms, more specifically: > my query is

matching multi-word terms

2011-03-12 Thread Michael Wiegand
Hi, I would like to find documents matching multi-word terms, more specifically: my query is something like "B C" and I would like match contexts such as "A B C D E" but not "B A C D E" There seems to be some contradictory information on the web. Apparently, th