Skip to content

Commit 7f62df9

Browse files
committed
remove redundant comments
1 parent ac637f5 commit 7f62df9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

search/searcher/search_disjunction.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ func newDisjunctionSearcher(ctx context.Context, indexReader index.IndexReader,
7272
return nil, err
7373
}
7474
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.
7975
for _, s := range qsearchers {
8076
_ = s.Close()
8177
}

0 commit comments

Comments
 (0)