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:17:56 UTC

svn commit: r1070145 - /lucene/dev/trunk/solr/example/solr/zoo.cfg

Author: gsingers
Date: Sat Feb 12 20:17:56 2011
New Revision: 1070145

URL: http://svn.apache.org/viewvc?rev=1070145&view=rev
Log:
missed the example config when merging in cloud to trunk

Added:
    lucene/dev/trunk/solr/example/solr/zoo.cfg

Added: lucene/dev/trunk/solr/example/solr/zoo.cfg
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/zoo.cfg?rev=1070145&view=auto
==============================================================================
--- lucene/dev/trunk/solr/example/solr/zoo.cfg (added)
+++ lucene/dev/trunk/solr/example/solr/zoo.cfg Sat Feb 12 20:17:56 2011
@@ -0,0 +1,17 @@
+# The number of milliseconds of each tick
+tickTime=2000
+# The number of ticks that the initial
+# synchronization phase can take
+initLimit=10
+# The number of ticks that can pass between
+# sending a request and getting an acknowledgement
+syncLimit=5
+
+# the directory where the snapshot is stored.
+# dataDir=/opt/zookeeper/data
+# NOTE: Solr defaults the dataDir to <solrHome>/zoo_data
+
+# the port at which the clients will connect
+# clientPort=2181
+# NOTE: Solr sets this based on zkRun / zkHost params
+