You need to decide between SolrCloud and non-solrcloud mode. A SolrCloud cluster will need external ZooKeeper instances and will provide failover, replication, sharding and load balancing between replicas automatically. But if your needs are small then you can go with a non-solrcloud cluster as you currently have. Typically people setup a master-slave architecture where writes are sent to the master only and query requests are load balanced between both master and slaves. The downside to this approach is that if you lose the master then writes will fail until you manually bring the master back.
On Mon, Jun 23, 2014 at 11:51 PM, EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) <external.ravi.tamin...@us.bosch.com> wrote: > > Hi, We are planning to move solr for Production Environment. I like to get > some real time experience or checklist to take care. > > We have 1 instance of Solr with 2 Cores. What should be taken care in case > of the solr instance is down? > > What I have to do , if I have 2 instances, the first one is down and I > like to use the 2 instance without any change in user experience? > > Some reference related to this are really appreciable. > > Thanks > > Ravi > -- Regards, Shalin Shekhar Mangar.