Enable replication.
[lui-solr.git] / conf / solrconfig-master.xml
index 0f7803c..78ec1f7 100644 (file)
        the "master" or a "slave".  If this instance is a "slave" you will 
        also need to fill in the masterUrl to point to a real machine.
     -->
-    <!--
        <lst name="master">
          <str name="replicateAfter">commit</str>
          <str name="replicateAfter">startup</str>
          <str name="confFiles">schema.xml,stopwords.txt</str>
        </lst>
-    -->
     <!--
        <lst name="slave">
          <str name="masterUrl">http://your-master-hostname:8983/solr</str>