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


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]

Reply via email to