We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac637f5 commit 7f62df9Copy full SHA for 7f62df9
1 file changed
search/searcher/search_disjunction.go
@@ -72,10 +72,6 @@ func newDisjunctionSearcher(ctx context.Context, indexReader index.IndexReader,
72
return nil, err
73
}
74
if rv != nil {
75
- // Finish() extracted all it needs (bitmaps are cloned/new).
76
- // Close the original sub-searchers so their TFRs are returned
77
- // to the snapshot per-field pool, avoiding re-allocation of
78
- // Dictionary+FST Reader objects on the next query.
79
for _, s := range qsearchers {
80
_ = s.Close()
81
0 commit comments