: the queryparser first splits on whitespace.
FWIW: robert is refering to the LuceneQParser, and it also applies to the
DismaxQParser ... whitespace is considered markup in those parsers unless
it's escaped or quoted.
The FieldQParser may make more sense for your usecase - or you may need a
c
the queryparser first splits on whitespace.
so each individual word of your query: short,red,evil,fox gets its own
tokenstream, and therefore isn't shingled.
On Fri, Jun 4, 2010 at 6:21 PM, Greg Bowyer wrote:
> Hi all
>
> Interesting and by the looks of things very solid project you have here
>