I mean by grid the list of your instances :

String masterUrl = "http://masterUrl/core/...";
String[] slaveUrls = {"http://slaveUrl/core/...";,
"http://slaveUrl/core/..."}

Then use your business logic to use the correct one with Http solrJ facade.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-replication-tp3687106p3687314.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to