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 YonikSeeley:
http://wiki.apache.org/solr/SolrReplication?action=diff&rev1=59&rev2=60

          <!--Replicate on 'optimize'. Other values can be 'commit', 'startup'. 
It is possible to have multiple entries of this config string-->
          <str name="replicateAfter">optimize</str>
  
-         <!--Create a backup after 'optimize'. Other values can be 'commit', 
'startup'. It is possible to have multiple entries of this config string .note 
that this is just for backup. Replication does not require this -->
+         <!--Create a backup after 'optimize'. Other values can be 'commit', 
'startup'. It is possible to have multiple entries of this config string.  Note 
that this is just for backup, replication does not require this. -->
-         <str name="backupAfter">optimize</str>
+         <!-- <str name="backupAfter">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>

Reply via email to