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 RaghavAggarwala. http://wiki.apache.org/solr/ZooKeeperIntegration?action=diff&rev1=14&rev2=15 -------------------------------------------------- <!-- Timeout for the ZooKeeper. Optional. Default 10000 --> <!-- 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. --> + <!-- 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">/solr_domain/nodes</str> </zookeeper> }}}