add an enable value in master/slave configuration
-------------------------------------------------

                 Key: SOLR-1355
                 URL: https://issues.apache.org/jira/browse/SOLR-1355
             Project: Solr
          Issue Type: Improvement
          Components: replication (java)
            Reporter: Noble Paul
            Priority: Minor


add an enable tag for master/slave so that it can be changed in the runtime 
with a variable 
{code:xml}

  <lst name="master">
    <str name="enable">${enable.master}</str>
    <str name="replicateAfter">commit</str>
    <str name="confFiles">schema.xml,stopwords.txt</str>
 </lst>
 <lst name="slave">
       <str name="enable">${enable.slave}</str>
   <str name="masterUrl">http://localhost:8983/solr/replication</str>
   <str name="pollInterval">00:00:60</str>
 </lst>
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to