test passing again

This commit is contained in:
Paul Masurel
2016-05-06 16:46:03 +09:00
parent e66b70051d
commit 45746e4175
13 changed files with 42 additions and 58 deletions

View File

@@ -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>>,