>> The default solr solution is client side loadbalance. >> Is there a solution provide the server side loadbalance? >> >> >> > No. Most of us stick a HTTP load balancer in front of multiple Solr servers. >
E.g. mod_jk is a very easy solution (maybe too simple/stupid?) for a load balancer, but it offers also a failover functionality: It is as simple as: worker.loadbalancer.balance_workers=worker1,worker2,worker3,... and the failover: worker.worker1.redirect=worker2