Java Mailing List Archive

http://www.java2.5341.com/

Home » java-user.lucene »

How to use regexQuery along with fuzzy logic capabilities

Agrawal, Aashish (IT)

2008-10-22

Replies: Find Java Web Hosting

Author LoginPost Reply
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 expression search power, while at the
other hand if I use the below code,
RegexQuery rexquery = new RegexQuery(new Term(field, line));
searcher.search(rexquery).,
I don't get the fuzzy logic and other search abilities which I get using
the analyzer.

I am not java expert, could you please give me a simple example on this
?

thanks
Aashish Agrawal
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not intend to waive confidentiality or privilege. Use of this email is prohibited when received in error.
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.