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

simplify stored fields bulk merge logic

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • None
    • None
    • New

    Description

      The current logic checks that the same chunksize and compression algorithm were used, but this is obselete as it no longer iterates chunks.

      We only need to check that the format version is the same.

      This also allows for bulk merging across compression algorithms. A good use case is BEST_SPEED -> BEST_COMPRESSION for archiving.

      Attachments

        1. LUCENE-6141.patch
          1 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: