SOLR Master-Slave Repeater with Load balancer

2013-11-26 Thread kondamudims
We are trying to setup solr Master Slave repeater model, where we will have two solr servers say S1 and S2 and a Load balancer LB to route all the requests to either S1 or S2. S1 and S2 acts as both Master and Slave(Repeater). In both the solr server configurations, in the solrconfig.xml file for m

Re: SOLR Master-Slave Repeater with Load balancer

2013-12-04 Thread kondamudims
Hi Erick, Thanks a lot for your explanation. We initially considered Solr Cloud but we have limitation on the number of servers that we can use due to budget concerns (limit is 2) Solr Cloud requires minimum 3. I have tried out the solution you suggested and so far its going well and we are not doi