[
https://issues.apache.org/jira/browse/SOLR-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated SOLR-2047:
---------------------------------
Attachment: SOLR-2047.patch
Patch attached. This fix can accept bool type. It also accept str type for
back-compat. Now "on" and "yes" are recognized for both bool and str.
> ReplicationHandler should accept bool type for enable flag
> ----------------------------------------------------------
>
> Key: SOLR-2047
> URL: https://issues.apache.org/jira/browse/SOLR-2047
> Project: Solr
> Issue Type: Bug
> Components: replication (java)
> Affects Versions: 1.4.1
> Reporter: Koji Sekiguchi
> Priority: Trivial
> Fix For: 3.1, 4.0
>
> Attachments: SOLR-2047.patch
>
>
> Currently, the type of enable flag in ReplicationHandler is str:
> {code}
> <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}
> It should be bool.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]