Re: Using all SolrCloud servers in round-robin setup

2013-11-05 Thread Anshum Gupta
Hi Eric, You can use the CloudSolrServer which is zk aware and does a reasonable amount of intelligent stuff for you. http://lucene.apache.org/solr/4_5_0/solr-solrj/org/apache/solr/client/solrj/impl/CloudSolrServer.html All it takes is the zk host address so you would not have to worry about trac

Using all SolrCloud servers in round-robin setup

2013-11-05 Thread Eric Bus
Hi, I'm currently using a SolrCloud setup with 3 nodes. The setup hosts about 50 (small) collections of a few thousand documents each. In the past, I've used collections with replicationFactor = 3. So each node has a replica of all the collections. But now I want to add an extra node. Now, new