LuceneTM Dev
Source Code
The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
- Latest trunk:
svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk
Making a Contribution
Lucene Java is always looking for contributions, especially in the areas of documentation. 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.
