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

Optimize merge when index sorting is used but the index is already sorted

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 6.4, 7.0
    • core/index
    • None
    • New

    Description

      When the index sorting is defined a lot of optimizations are disabled during the merge. For instance the bulk merge of the compressing stored fields is disabled since documents are not merged sequentially. Though it can happen that index sorting is enabled but the index is already in sorted order (the sort field is not filled or filled with the same value for all documents). In such case we can detect that the sort is not needed and activate the merge optimization.

      Attachments

        1. LUCENE-7568.patch
          25 kB
          Jim Ferenczi
        2. LUCENE-7568.patch
          23 kB
          Jim Ferenczi

        Activity

          People

            Unassigned Unassigned
            jim.ferenczi Jim Ferenczi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: