You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2015/01/24 20:02:42 UTC

svn commit: r1654566 - in /lucene/dev/branches/lucene_solr_5_0: ./ solr/ solr/README.txt

Author: anshum
Date: Sat Jan 24 19:02:42 2015
New Revision: 1654566

URL: http://svn.apache.org/r1654566
Log:
SOLR-7029: Fix README to mention -c with bin/create instead of -n (merge from branch_5x)

Modified:
    lucene/dev/branches/lucene_solr_5_0/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/solr/   (props changed)
    lucene/dev/branches/lucene_solr_5_0/solr/README.txt   (contents, props changed)

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=1654566&r1=1654565&r2=1654566&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_5_0/solr/README.txt (original)
+++ lucene/dev/branches/lucene_solr_5_0/solr/README.txt Sat Jan 24 19:02:42 2015
@@ -46,7 +46,7 @@ To see all available options for startin
 After starting Solr, create either a core or collection depending on whether
 Solr is running in standalone (core) or SolrCloud mode (collection) by doing:
 
-  bin/solr create -n <name>
+  bin/solr create -c <name>
 
 This will create a collection that uses a data-driven schema which tries to guess
 the correct field type when you add documents to the index. To see all available