Skip to content

Commit 1584c05

Browse files
Jinny-Wangjinnyatw
andauthored
[BlockJoin] Add ParentsChildrenBlockJoinQuery (#14728)
Add ParentsChildrenBlockJoinQuery to support parent and child docs filtering in one pass. Note that this query type will not work with intrasegment concurrency, as it may split a block, leading to overcollection of child documents. --------- Co-authored-by: jinnyw <[email protected]>
1 parent 686ef91 commit 1584c05

File tree

3 files changed

+1007
-0
lines changed

3 files changed

+1007
-0
lines changed

lucene/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ New Features
8989
* GITHUB#14404: Introducing DocValuesMultiRangeQuery.SortedNumericStabbingBuilder into sandbox.
9090
(Mikhail Khludnev)
9191

92+
* GITHUB#14565: Add ParentsChildrenBlockJoinQuery that supports parent and child filter in the same query
93+
along with limiting number of child documents to retrieve per parent. (Jinny Wang)
94+
9295
Improvements
9396
---------------------
9497
* GITHUB#14458: Add an IndexDeletion policy that retains the last N commits. (Owais Kazi)

0 commit comments

Comments
 (0)