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 2009/08/27 09:33:27 UTC

[Solr Wiki] Trivial Update of "SolrReplication" by NoblePaul

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by NoblePaul:
http://wiki.apache.org/solr/SolrReplication

------------------------------------------------------------------------------
   * Disable replication on master for all slaves : http://master_host:port/solr/replication?command=disablereplication
   * Enable replication on master for all slaves : http://master_host:port/solr/replication?command=enablereplication
  
- ==enable/disable master/slave in a node ==
+ == enable/disable master/slave in a node ==
  If a server needs to be turned into a master from a slave or if you wish to use the same solrconfig.xml for both master and slave, do as follows,
  {{{
  <requestHandler name="/replication" class="solr.ReplicationHandler" >