SOLR-4163: README improvements

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-12-13 02:52:54 +00:00
parent 60c1022686
commit 930354533e
2 changed files with 7 additions and 4 deletions

View File

@ -398,6 +398,8 @@ Other Changes
* SOLR-2986: Add MoreLikeThis to warning about features that require uniqueKey.
Also, change the warning to warn log level. (Shawn Heisey via Mark Miller)
* SOLR-4163: README improvements (Shawn Heisey via hossman)
================== 4.0.0 ==================
Versions of Major Components

View File

@ -49,10 +49,11 @@ dist/apache-solr-XX.war
The Apache Solr Application. Deploy this WAR file to any servlet
container to run Apache Solr.
dist/apache-solr-XX.jar
The Apache Solr Libraries. This JAR file is needed to compile
Apache Solr Plugins (see http://wiki.apache.org/solr/SolrPlugins for
more information).
dist/apache-solr-<component>-XX.jar
The Apache Solr libraries. To compile Apache Solr Plugins,
one or more of these will be required. The core library is
required at a minimum. (see http://wiki.apache.org/solr/SolrPlugins
for more information).
docs/index.html
The Apache Solr Javadoc API documentation and Tutorial