mirror of https://github.com/apache/lucene.git
docs: clarify binary release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71f4c3247c
commit
8323073ac4
|
@ -1,4 +1,4 @@
|
|||
Lucene README file
|
||||
Apache Lucene README file
|
||||
|
||||
INTRODUCTION
|
||||
|
||||
|
@ -12,7 +12,7 @@ The Lucene web site is at:
|
|||
Please join the Lucene-User mailing list by sending a message to:
|
||||
java-user-subscribe@lucene.apache.org
|
||||
|
||||
FILES
|
||||
Files in a binary distribution:
|
||||
|
||||
lucene-core-XX.jar
|
||||
The compiled lucene library.
|
||||
|
@ -28,8 +28,6 @@ contrib/*
|
|||
part of the core library. Of special note are the JAR files in the analyzers directory which
|
||||
contain various analyzers that people may find useful in place of the StandardAnalyzer.
|
||||
|
||||
|
||||
|
||||
docs/index.html
|
||||
The contents of the Lucene website.
|
||||
|
||||
|
@ -37,8 +35,4 @@ docs/api/index.html
|
|||
The Javadoc Lucene API documentation. This includes the core
|
||||
library, the demo, as well as all of the contrib modules.
|
||||
|
||||
src/java
|
||||
The Lucene source code.
|
||||
|
||||
contrib/demo/src
|
||||
Some example code.
|
||||
See BUILD.txt for building a source distribution
|
||||
|
|
Loading…
Reference in New Issue