LuceneTM Dev¶
Source Code¶
The source files are stored using GIT (see https://git-scm.com/documentation)
- Latest trunk:
git clone 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 trunk build are available here.
Clover Test Coverage Reports¶
Clover test coverage results are available:
- As of the most recent nightly trunk build: here
Nightly Build Download¶
- Nightly build artifacts are based on the trunk version of the code checked into
SVN:
Download trunk Artifacts. Also, Maven artifacts are available from the ASF snapshot repository.
Nightly Benchmarks¶
- Nightly automated benchmarks based on the trunk version of the code are available here.
