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:
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: