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. The comment on this change is: add example of multiple replicateAfter. http://wiki.apache.org/solr/SolrReplication?action=diff&rev1=60&rev2=61 -------------------------------------------------- {{{ <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--> + <!--Replicate on 'startup' and 'commit'. 'optimize' is also a valid value for replicateAfter. --> + <str name="replicateAfter">startup</str> - <str name="replicateAfter">optimize</str> + <str name="replicateAfter">commit</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. --> <!-- <str name="backupAfter">optimize</str> -->
