You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/02/12 21:22:09 UTC

svn commit: r1070146 - /lucene/dev/trunk/solr/example/solr/solr.xml

Author: gsingers
Date: Sat Feb 12 20:22:09 2011
New Revision: 1070146

URL: http://svn.apache.org/viewvc?rev=1070146&view=rev
Log:
add in missing shard declaration from the cloud example

Modified:
    lucene/dev/trunk/solr/example/solr/solr.xml

Modified: lucene/dev/trunk/solr/example/solr/solr.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/solr.xml?rev=1070146&r1=1070145&r2=1070146&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/solr.xml (original)
+++ lucene/dev/trunk/solr/example/solr/solr.xml Sat Feb 12 20:22:09 2011
@@ -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>