mirror of https://github.com/apache/lucene.git
add in missing shard declaration from the cloud example
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa38446aed
commit
cccf7ab9ac
|
@ -29,6 +29,6 @@
|
|||
If 'null' (or absent), cores will not be manageable via request handler
|
||||
-->
|
||||
<cores adminPath="/admin/cores" defaultCoreName="collection1">
|
||||
<core name="collection1" instanceDir="." />
|
||||
<core name="collection1" instanceDir="." shard="shard1"/>
|
||||
</cores>
|
||||
</solr>
|
||||
|
|
Loading…
Reference in New Issue