How do I start using Lucene?
Lucene has no external dependencies, so just add lucene-core-x.y-dev.jar to your development environment’s classpath. After that, • read the Javadoc introduction if you want to try the demos, also read the Getting Started Guide If you think Lucene is too low-level for you, you might want to consider using Solr, which usually requires less Java programming.