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&
Hi,
I am new to Lucene & am using Lucene 1.9.1. Frequently I get a ParseException
due to "Too many boolean clauses".
The lucene documents that I have created have three fields "userID", "desc" and
"codes". I need to find the information pertaing a set of users whose
description contains a given