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:25:25 UTC

svn commit: r1654827 - in /lucene/dev/branches/lucene_solr_5_0/solr: CHANGES.txt README.txt example/README.txt example/exampledocs/utf8-example.xml

Author: ehatcher
Date: Mon Jan 26 15:25:25 2015
New Revision: 1654827

URL: http://svn.apache.org/r1654827
Log:
SOLR-7031: Fix README and CHANGES

Modified:
    lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt
    lucene/dev/branches/lucene_solr_5_0/solr/README.txt
    lucene/dev/branches/lucene_solr_5_0/solr/example/README.txt
    lucene/dev/branches/lucene_solr_5_0/solr/example/exampledocs/utf8-example.xml

Modified: lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt?rev=1654827&r1=1654826&r2=1654827&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/CHANGES.txt Mon Jan 26 15:25:25 2015
@@ -10,16 +10,9 @@ servlet container such as Jetty.
 See http://lucene.apache.org/solr for more information.
 
 
-Getting Started
----------------
-You need a Java 1.7 VM or later installed.
-In this release, there is an example Solr server including a bundled 
-servlet container in the directory named "example".
-See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html
-
 ==================  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/branches/lucene_solr_5_0/solr/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/solr/README.txt?rev=1654827&r1=1654826&r2=1654827&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/README.txt (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/README.txt Mon Jan 26 15:25:25 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/branches/lucene_solr_5_0/solr/example/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/solr/example/README.txt?rev=1654827&r1=1654826&r2=1654827&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/example/README.txt (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/example/README.txt Mon Jan 26 15:25:25 2015
@@ -38,8 +38,7 @@ After starting a Solr example, direct yo
 
   http://localhost:8983/solr/
 
-To add documents to the index, use the post.jar (or post.sh script) in
-the example/exampledocs subdirectory (while Solr is running), for example:
+To add documents to the index, use bin/post.  For example:
 
      bin/post -c techproducts example/exampledocs/*.xml
 

Modified: lucene/dev/branches/lucene_solr_5_0/solr/example/exampledocs/utf8-example.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_5_0/solr/example/exampledocs/utf8-example.xml?rev=1654827&r1=1654826&r2=1654827&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/example/exampledocs/utf8-example.xml (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/example/exampledocs/utf8-example.xml Mon Jan 26 15:25:25 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.
  -->