SOLR-7029: Fix README to mention -c with bin/create instead of -n

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Anshum Gupta 2015-01-24 19:00:09 +00:00
parent be53396404
commit f7598b09d7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ To see all available options for starting Solr, please do:
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