Apache Lucene - System Requirements
System Requirements
The latest Lucene release has the following minimum requirements:
- Java 1.4.x or greater.
- ANT 1.6.5 or greater.
- JUnit 3.8.1 if you wish to run the unit tests.
- CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.) The benchmarks page has some information related to performance on particular platforms. Also, the Contrib/benchmark module has code related to benchmarking a standard set of documents.
Contrib modules may have other requirements, refer to their documentation and build files for information.