Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3226

rename SegmentInfos.FORMAT_3_1 and improve description in CheckIndex

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1, 3.2
    • 3.3, 3.4, 4.0-ALPHA
    • None
    • None
    • New, Patch Available

    Description

      A 3.2 user recently asked if something was wrong because CheckIndex was reporting his (newly built) index version as...

      Segments file=segments_or numSegments=1 version=FORMAT_3_1 [Lucene 3.1]
      

      It seems like there are two very confusing pieces of information here...

      1) the variable name of SegmentInfos.FORMAT_3_1 seems like poor choice. All other FORMAT_* constants in SegmentInfos are descriptive of the actual change made, and not specific to the version when they were introduced.

      2) whatever the name of the FORMAT_* variable, CheckIndex is labeling it "Lucene 3.1", which is missleading since that format is alwasy used in 3.2 (and probably 3.3, etc...).

      I suggest:
      a) rename FORMAT_3_1 to something like "FORMAT_SEGMENT_RECORDS_VERSION"
      b) change CheckIndex so that the label for the "newest" format always ends with " and later" (ie: "Lucene 3.1 and later") so when we release versions w/o a format change we don't have to remember to manual list them in CheckIndex. when we do make format changes and update CheckIndex " and later" can be replaced with " to X.Y" and the new format can be added

      Attachments

        1. LUCENE-3226.patch
          8 kB
          Robert Muir
        2. LUCENE-3226.patch
          5 kB
          Shai Erera
        3. LUCENE-3226.patch
          4 kB
          Shai Erera

        Activity

          People

            shaie Shai Erera
            hossman Chris M. Hostetter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: