Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-2047

ReplicationHandler should accept bool type for enable flag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.4.1
    • 3.1, 4.0-ALPHA
    • replication (java)
    • None

    Description

      Currently, the type of enable flag in ReplicationHandler is str:

      <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>
      

      It should be bool.

      Attachments

        1. SOLR-2047.patch
          2 kB
          Koji Sekiguchi

        Activity

          People

            koji Koji Sekiguchi
            koji Koji Sekiguchi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: