You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ma...@apache.org on 2010/01/19 18:31:30 UTC

svn commit: r900857 - /lucene/solr/branches/cloud/src/test/test-files/solr/solr.lowZkTimeout.xml

Author: markrmiller
Date: Tue Jan 19 17:31:29 2010
New Revision: 900857

URL: http://svn.apache.org/viewvc?rev=900857&view=rev
Log:
slice to sharedId

Modified:
    lucene/solr/branches/cloud/src/test/test-files/solr/solr.lowZkTimeout.xml

Modified: lucene/solr/branches/cloud/src/test/test-files/solr/solr.lowZkTimeout.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/cloud/src/test/test-files/solr/solr.lowZkTimeout.xml?rev=900857&r1=900856&r2=900857&view=diff
==============================================================================
--- lucene/solr/branches/cloud/src/test/test-files/solr/solr.lowZkTimeout.xml (original)
+++ lucene/solr/branches/cloud/src/test/test-files/solr/solr.lowZkTimeout.xml Tue Jan 19 17:31:29 2010
@@ -29,6 +29,6 @@
     If 'null' (or absent), cores will not be manageable via request handler
   -->
   <cores adminPath="/admin/cores" defaultCoreName="collection1" hostContext="solr" zkClientTimeout="30">
-    <core name="collection1" instanceDir="." slice="slice1"/>
+    <core name="collection1" instanceDir="." shardId="shard1"/>
   </cores>
 </solr>