mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 09:12:55 +00:00
Total field norm fixed.
This commit is contained in:
@@ -18,7 +18,6 @@ mod tests {
|
||||
use schema::*;
|
||||
use fieldnorm::FieldNormReader;
|
||||
use schema::IndexRecordOption;
|
||||
use fastfield::FastFieldReader;
|
||||
|
||||
fn abs_diff(left: f32, right: f32) -> f32 {
|
||||
(right - left).abs()
|
||||
|
||||
@@ -4,7 +4,6 @@ use docset::{DocSet, SkipResult};
|
||||
use postings::SegmentPostings;
|
||||
use query::Scorer;
|
||||
use postings::Postings;
|
||||
use fastfield::FastFieldReader;
|
||||
use fieldnorm::FieldNormReader;
|
||||
|
||||
pub struct TermScorer {
|
||||
|
||||
Reference in New Issue
Block a user