On Thu, Nov 12, 2009 at 09:20:30PM +0100, Uwe Schindler said:
> Which version of Lucene are you using and which Version constant do you pass
> to Analyzer and Query Parser? In 2.9.0 there was a bug/incorrect setting
> between the query parser and the Version.LUCENE_CURRENT / Version.LUCENE_29
> set
Which version of Lucene are you using and which Version constant do you pass
to Analyzer and Query Parser? In 2.9.0 there was a bug/incorrect setting
between the query parser and the Version.LUCENE_CURRENT / Version.LUCENE_29
setting. If you did not enable position increments in query parser, that
Yes, you're doing something wrong . What, you may ask?
Well, it's kind of hard to say without knowing what analyzers
you use at index AND query time and what the query you're
submitting looks like...
But the very first thing I'd try is to get a copy of Luke and peek at your
index to see if what yo