mirror of https://github.com/apache/lucene.git
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:
parent
be53396404
commit
f7598b09d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue