You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/04/12 18:07:24 UTC

[Solr Wiki] Update of "SolrReplication" by naomidushay

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=68&rev2=69

--------------------------------------------------

      <lst name="slave">
  
          <!--fully qualified url for the replication handler of master . It is possible to pass on this as a request param for the fetchindex command-->
-         <str name="masterUrl">http://localhost:port/solr/corename/replication</str>  
+         <str name="masterUrl">http://master_host:port/solr/corename/replication</str>  
  
          <!--Interval in which the slave should poll master .Format is HH:mm:ss . If this is absent slave does not poll automatically. 
           But a fetchindex can be triggered from the admin or the http API -->