It's hard to say, but two things will help you track this down.
1> get a copy of Luke to examine your index (which you may have already).
2> Query.toString is your friend. It'll show you exactly what the parsed
query looks like. It may be obvious when you see that output
what the problem i
Hi,
I am new to lucene and am currently having some problems searching an index.
so we make the index like this :
doc.add(new Field("itno", item.getMMITNO(), Field.Store.YES,
Field.Index.TOKENIZED ));
this runs ok the index looks like this :
[stored/uncompressed,indexed,tokenized,
But wh