Title: LuceneTM Dev URL: core/developer.html save_as: core/developer.html theme: lucene-core template: lucene/core/page

Source Code

The source files are stored using GIT (see https://git-scm.com/documentation)

  • Latest master: git clone https://github.com/apache/lucene.git

NOTE: Until the Solr project split is complete, the code is still located in https://github.com/apache/lucene-solr.git

Making a Contribution

Lucene Java is always looking for contributions. See the Wiki for details on contributing.

Nightly Builds

Jenkins is providing continuous integration capabilities to the Lucene project. It is responsible for running nightly builds, tests, javadocs, and code coverage reports.

###Nightly Build Javadocs Unofficial nightly Javadocs are also generated by Jenkins:

  • Unofficial Javadocs from the nightly master build are available here.

Clover Test Coverage Reports

Clover test coverage results are available:

  • As of the most recent nightly master build: here

Nightly Build Download

Nightly Benchmarks

  • Nightly automated benchmarks based on the master version of the code are available here.