mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-30 07:00:41 +00:00
test passing again
This commit is contained in:
@@ -19,7 +19,6 @@ use core::index::SegmentInfo;
|
||||
use std::cmp::{min, max, Ordering};
|
||||
|
||||
struct PostingsMerger<'a> {
|
||||
// doc_ids: Vec<DocId>,
|
||||
doc_offsets: Vec<DocId>,
|
||||
heap: BinaryHeap<HeapItem>,
|
||||
term_streams: Vec<FstMapIter<'a, TermInfo>>,
|
||||
|
||||
Reference in New Issue
Block a user