Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "ZooKeeperIntegration" page has been changed by NoblePaul.
http://wiki.apache.org/solr/ZooKeeperIntegration?action=diff&rev1=6&rev2=7

--------------------------------------------------

      <!-- Timeout in ms -->
      <str name="timeout">5000</str>
      <!- this is the directory in which this zk node will be added. The name 
of the node is a sequential number automatically assigned by zookeeper. The 
value is a Namedlist which may contain as many values as other components wish 
to add. This component only adds the key-> value me=localhost:8983/solr/core1. 
For instance , the Shardhandler may add a key value shard=shard1. 
ReplicationHandler may add something like version=124544 etc. -->
-     <str name="nodesDir">/domain/solr/nodes</str>
+     <str name="nodesDir">/solr_domain/nodes</str>
   </zookeeper>
  }}}
  After the nodes are started it may look as follows 

Reply via email to