Enable replication.
authorDennis Schafroth <dennis@indexdata.com>
Mon, 19 Aug 2013 11:23:32 +0000 (13:23 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 19 Aug 2013 11:23:32 +0000 (13:23 +0200)
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>