On Apr 13, 2009, at 5:41 AM, Seid Mohammed wrote:

I want to include Regular Expresion based searching to my lucene appplication
Anyone who can help?

There is a RegexQuery and a SpanRegexQuery available in Lucene's regex contrib:

<http://lucene.apache.org/java/2_4_1/api/org/apache/lucene/search/regex/package-summary.html >

The test cases show some example usages:
<http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/regex/src/test/org/apache/lucene/search/regex/TestRegexQuery.java >

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to