any comments / help on this question ?
thanks,
Aashish
Hi,
I want to use lucene for a simple search engine. If I use the code like
this,
QueryParser parser = new QueryParser(field, analyzer);
Query query = parser.parse(line);
searcher.search(query)
above code doesn't give me regular expr
I seem to recall running the SimpleQueryParser first. If that throws an
Exception, I then ran it with the RegexQueryParser with a reduced score. Hth
Sent via BlackBerry by AT&T
-Original Message-
From: "Agrawal, Aashish \(IT\)" <[EMAIL PROTECTED]>
Date: Thu, 23 Oct 2008 12:48:46
To:
Su