RE: How to use regexQuery along with fuzzy logic capabilities

2008-10-23 Thread Agrawal, Aashish (IT)
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

Re: How to use regexQuery along with fuzzy logic capabilities

2008-10-22 Thread Hasan Diwan
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