mirror of https://github.com/apache/lucene.git
SOLR-7031: Fix README and CHANGES (merged from r1654827)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5c809f285c
commit
70bc0af0ee
|
@ -91,7 +91,7 @@ Other Changes
|
|||
|
||||
================== 5.0.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
|
|
|
@ -79,11 +79,9 @@ For instance, if you want to run the Solr Data Import Handler example, do:
|
|||
Indexing Documents
|
||||
---------------
|
||||
|
||||
To add documents to the index, use the post.jar in
|
||||
the example/exampledocs subdirectory (while Solr is running), for example:
|
||||
To add documents to the index, use bin/post. For example:
|
||||
|
||||
cd example/exampledocs
|
||||
java -Dc=<collection_name> -jar post.jar *.xml
|
||||
bin/post -c <collection_name> example/exampledocs/*.xml
|
||||
|
||||
For more information about Solr examples please read...
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
-->
|
||||
|
||||
<!--
|
||||
After posting this to SOLR with post.jar, searching for "êâîôû" from
|
||||
After posting this to Solr with bin/post, searching for "êâîôû" from
|
||||
the solr/admin/ search page must return this document.
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue