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 JohnBennett: http://wiki.apache.org/solr/SolrReplication ------------------------------------------------------------------------------ * Configuration in solrconfig.xml only * Replicates configuration files also * Works across platforms with same configuration - * No reliance on OS dependent hard links + * No reliance on OS-dependent hard links * Tightly integrated with Solr; an admin page offers fine-grained control of each aspect of replication This feature has been committed to trunk. It is available in the nightly builds. [http://issues.apache.org/jira/browse/SOLR-561 SOLR-561] tracks the development of this feature. @@ -20, +20 @@ {{{ <requestHandler name="/replication" class="solr.ReplicationHandler" > <lst name="master"> - <!--Replicate on 'optimize'. Other values can be 'commit', 'startup'. It is possible to have mutiple entries of this config string--> + <!--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> <!--If configuration files need to be replicated give the names here, separated by comma --> <str name="confFiles">schema.xml,stopwords.txt,elevate.xml</str>
