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/06/10 19:38:00 UTC

[Solr Wiki] Update of "SolrReplication" by MatthiasLathe

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 MatthiasLathe:
http://wiki.apache.org/solr/SolrReplication

The comment on the change is:
See: http://osdir.com/ml/solr-dev.lucene.apache.org/2009-06/msg00180.html

------------------------------------------------------------------------------
  <requestHandler name="/replication" class="solr.ReplicationHandler" >
      <lst name="master">
          <!--Replicate on 'optimize'. Other values can be 'commit', 'startup'. It is possible to have multiple entries of this config string-->
-         <str name="replicateAfter">commit</str>
+         <str name="replicateAfter">optimize</str>
+ 
+         <!--Create a snapshot for backup purposes on 'optimize'. Other values can be 'commit', 'startup'. It is possible to have multiple entries of this config string-->
+         <str name="replicateAfter">optimize</str>
+ 
          <!--If configuration files need to be replicated give the names here, separated by comma -->
          <str name="confFiles">schema.xml,stopwords.txt,elevate.xml</str>
      </lst>