mirror of https://github.com/apache/lucene.git
Updated to reflect current reality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085586 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22f35691d8
commit
636b3070a6
|
@ -15,7 +15,16 @@ Please join the Lucene-User mailing list by sending a message to:
|
||||||
Files in a binary distribution:
|
Files in a binary distribution:
|
||||||
|
|
||||||
lucene-core-XX.jar
|
lucene-core-XX.jar
|
||||||
The compiled lucene library.
|
The compiled Lucene library.
|
||||||
|
|
||||||
|
lucene-core-XX-javadoc.jar
|
||||||
|
The Javadoc jar for the compiled Lucene library.
|
||||||
|
|
||||||
|
lucene-test-framework-XX.jar
|
||||||
|
The compiled Lucene test-framework library.
|
||||||
|
|
||||||
|
lucene-test-framework-XX-javadoc.jar
|
||||||
|
The Javadoc jar for the compiled Lucene test-framework library.
|
||||||
|
|
||||||
contrib/demo/lucene-demo-XX.jar
|
contrib/demo/lucene-demo-XX.jar
|
||||||
The compiled simple example code.
|
The compiled simple example code.
|
||||||
|
@ -29,7 +38,5 @@ docs/index.html
|
||||||
The contents of the Lucene website.
|
The contents of the Lucene website.
|
||||||
|
|
||||||
docs/api/index.html
|
docs/api/index.html
|
||||||
The Javadoc Lucene API documentation. This includes the core
|
The Javadoc Lucene API documentation. This includes the core library,
|
||||||
library, the demo, as well as all of the contrib modules.
|
the test framework, and the demo, as well as all of the contrib modules.
|
||||||
|
|
||||||
See BUILD.txt for building a source distribution
|
|
||||||
|
|
Loading…
Reference in New Issue