[ https://issues.apache.org/jira/browse/SOLR-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Noble Paul updated SOLR-1355: ----------------------------- Attachment: SOLR-1355.patch > 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 > Assignee: Noble Paul > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1355.patch, SOLR-1355.patch > > > add an enable tag for master/slave so that it can be changed in the runtime > with a variable > {code:xml} > <lst name="master"> > <!-- instead of true keep a variable ${enable.master} and use it instead > of hardcoding the value > absence of this tag means enable="true"--> > <str name="enable">true</str> > <str name="replicateAfter">commit</str> > <str name="confFiles">schema.xml,stopwords.txt</str> > </lst> > <lst name="slave"> > <str name="enable">true</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.