Hi iorixxx, Thanks for the updates, its really helpful for me. But I want one more clarification,
I am setting up the solrcofig.xml like as follows, <requestHandler name="/replication" class="solr.ReplicationHandler" > <lst name="master"> <str name="enable">${enable.master:false}</str> <str name="replicateAfter">commit</str> <str name="confFiles">schema.xml,stopwords.txt</str> </lst> <lst name="slave"> <str name="enable">${enable.slave:false}</str> <str name="masterUrl">http://localhost:8080/ndxservice/registry/replication</str> <str name="pollInterval">00:00:5</str> </lst> </requestHandler> In above config, I did the enable/disable of solr/master using solrcore.properties file, but I want set up the masterUrl from java code or my app setting.xml. How it is really possible? Thanks, Guru -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Master-Slave-setup-issue-tp4003667p4003755.html Sent from the Solr - User mailing list archive at Nabble.com.