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:
Grant Ingersoll 2011-02-12 20:22:09 +00:00
parent fa38446aed
commit cccf7ab9ac
1 changed files with 1 additions and 1 deletions

View File

@ -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>