If your web application is using SolrJ/Java based - use a CloudSolrServer instance with the zkHosts. It will take care of load balancing when querying, indexing, and handle routing if a node goes down.
On 16 October 2013 10:52, michael.boom <my_sky...@yahoo.com> wrote: > I have setup a SolrCloud system with: 3 shards, replicationFactor=3 on 3 > machines along with 3 Zookeeper instances. > > My web application makes queries to Solr specifying the hostname of one of > the machines. So that machine will always get the request and the other > ones > will just serve as an aid. > So I would like to setup a load balancer that would fix that, balancing the > queries to all machines. > Maybe doing the same while indexing. > > Would this be a good practice ? Any recommended tools for doing that? > > Thanks! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-Query-Balancing-tp4095854.html > Sent from the Solr - User mailing list archive at Nabble.com. >