You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2015/01/26 16:27:51 UTC

svn commit: r1654830 - in /lucene/dev/trunk: ./ solr/ solr/CHANGES.txt solr/README.txt solr/example/ solr/example/exampledocs/utf8-example.xml

Author: ehatcher
Date: Mon Jan 26 15:27:50 2015
New Revision: 1654830

URL: http://svn.apache.org/r1654830
Log:
SOLR-7031: Fix README and CHANGES (merged from r1654827)

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/solr/   (props changed)
    lucene/dev/trunk/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/trunk/solr/README.txt   (contents, props changed)
    lucene/dev/trunk/solr/example/   (props changed)
    lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1654830&r1=1654829&r2=1654830&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Jan 26 15:27:50 2015
@@ -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
 ---------------------

Modified: lucene/dev/trunk/solr/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/README.txt?rev=1654830&r1=1654829&r2=1654830&view=diff
==============================================================================
--- lucene/dev/trunk/solr/README.txt (original)
+++ lucene/dev/trunk/solr/README.txt Mon Jan 26 15:27:50 2015
@@ -79,11 +79,9 @@ For instance, if you want to run the Sol
 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...
 

Modified: lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml?rev=1654830&r1=1654829&r2=1654830&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml (original)
+++ lucene/dev/trunk/solr/example/exampledocs/utf8-example.xml Mon Jan 26 15:27:50 2015
@@ -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.
  -->