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

To-parent block joins should implement two-phase iteration

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 6.5, 7.0
    • None
    • None
    • New

    Description

      To-parent block joins are a good fit for two-phase iteration. Currently the iterator implementation visits all child matches before returning a parent match. Instead, an approximation would only need to find one child match in order to return a potential parent match. This would make to-parent block joins more efficient when used in conjunctions.

      Attachments

        1. LUCENE-7654.patch
          28 kB
          Adrien Grand

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jpountz Adrien Grand
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: