Skip to content

To-parent block joins should implement two-phase iteration [LUCENE-7654] #8705

@asfimport

Description

@asfimport

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.


Migrated from LUCENE-7654 by Adrien Grand (@jpountz), resolved Jan 30 2017
Attachments: LUCENE-7654.patch
Linked issues:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions