You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2011/10/03 06:32:25 UTC

svn commit: r1178294 - /lucene/dev/branches/solrcloud/solr/example/solr/solr.xml

Author: markrmiller
Date: Mon Oct  3 04:32:25 2011
New Revision: 1178294

URL: http://svn.apache.org/viewvc?rev=1178294&view=rev
Log:
SOLR-2723: default to no shard id in example

Modified:
    lucene/dev/branches/solrcloud/solr/example/solr/solr.xml

Modified: lucene/dev/branches/solrcloud/solr/example/solr/solr.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/solr/example/solr/solr.xml?rev=1178294&r1=1178293&r2=1178294&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/solr/example/solr/solr.xml (original)
+++ lucene/dev/branches/solrcloud/solr/example/solr/solr.xml Mon Oct  3 04:32:25 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="." shard="shard1"/>
+    <core name="collection1" instanceDir="." />
   </cores>
 </solr>