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>
