Hi all, I try to setup solr replication by following http://wiki.apache.org/solr/SolrReplication tutorial.Everything is working ok.
My question is, should i define two SolrServer in Solrj (one for master and one for slave) in order to redirect indexes into master and queries into slave? In the future if i want to add new slave then should i change code? What is the recommended way? Thanks in advance. Regards