mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-30 15:10:40 +00:00
TermScorer does not handle deletes
This commit is contained in:
@@ -26,7 +26,6 @@ use termdict::TermDictionary;
|
||||
use fastfield::{FastValue, MultiValueIntFastFieldReader};
|
||||
use schema::Cardinality;
|
||||
use fieldnorm::FieldNormReader;
|
||||
use postings::DeleteSet;
|
||||
|
||||
/// Entry point to access all of the datastructures of the `Segment`
|
||||
///
|
||||
@@ -285,7 +284,6 @@ impl SegmentReader {
|
||||
TermDictionaryImpl::from_source(termdict_source),
|
||||
postings_source,
|
||||
positions_source,
|
||||
self.delete_bitset_opt.clone(),
|
||||
record_option,
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user