Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrReplication" page has been changed by naomidushay. The comment on this change is: change exemplar masterUrl in slave replication config to clarify that it's the host of the MASTER. http://wiki.apache.org/solr/SolrReplication?action=diff&rev1=69&rev2=70 -------------------------------------------------- </lst> <lst name="slave"> <str name="enable">${enable.slave:false}</str> - <str name="masterUrl">http://localhost:8983/solr/replication</str> + <str name="masterUrl">http://master_host:8983/solr/replication</str> <str name="pollInterval">00:00:60</str> </lst> </requestHandler>
