Skip to content

Commit

Permalink
remove post collection as it happens in child method
Browse files Browse the repository at this point in the history
Signed-off-by: expani <[email protected]>
  • Loading branch information
expani committed Feb 12, 2025
1 parent 368383f commit 21a924d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ public void search(Query query, Collector collector) throws IOException {
for (LeafSlice leafSlice : leafSlices) {
search(leafSlice.partitions, weight, collector);
}
searchContext.bucketCollectorProcessor().processPostCollection(collector);
}

public void search(
Expand Down

0 comments on commit 21a924d

Please sign in to comment.