Re: What should I download to use "RegexQuery"

2007-07-16 Thread Mark Miller
Its in a contrib jar. Download the release: http://www.apache.org/dyn/closer.cgi/lucene/java/ then look in the contrib folder for a folder that has 'regex' in it for the correct jar. - Mark mhzmark wrote: Hi, everybody. I am new in lucene technology. I've downloaded lucene-demos-2.2.0.jar

What should I download to use "RegexQuery"

2007-07-16 Thread mhzmark
Hi, everybody. I am new in lucene technology. I've downloaded lucene-demos-2.2.0.jar and lucene-core-2.2.0.jar. Then I added these files to my CLASSPATH. And now I can successfully import classes like: import org.apache.lucene.search.IndexSearcher; import org.apache.lucene.search.Query;