This is a well-known Lucene issue, having to do with the way Lucene expands
queries with ranges, etc. There is a thread in this archive titled "I just
don't get wildcards at all" that will be very helpful. See especially Chris
Hostetter's reply to some of my questions.
The short form is that I *t
Hi,
The code needs a minor change. Replace
queryParser = new QueryParser("searchData",new StandardAnalyzer());
with
queryParser = new QueryParser("desc",new StandardAnalyzer());
regards,
Ram Prasad.
> - Original Message -
> From: "RamPrasad Suswaram" <[EMAIL PROTECTED]>
> To: java-u