Re: SpanNearQuery - inOrder parameter

2011-05-19 Thread Chris Hostetter
: : I attach a junit test which shows strange behaviour of the inOrder : parameter on the SpanNearQuery constructor, using Lucene 2.9.4. De-Ja-Vu? ... didn't we just talk about this on java-user recently? Here was my comment... http://markmail.org/search/?q=SpanNearQuery+inOrder#query:SpanNearQ

SpanNearQuery - inOrder parameter

2011-05-17 Thread Gregory Tarr
I attach a junit test which shows strange behaviour of the inOrder parameter on the SpanNearQuery constructor, using Lucene 2.9.4. My understanding of this parameter is that true forces the order and false doesn't care about the order. Using true always works. However using false works fine when