Skip to content

Commit

Permalink
use score feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jtong11 committed Oct 9, 2020
1 parent c5d9e03 commit c2ee77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/search/scorer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub trait Scorer: DocIterator {
}

fn score_feature(&mut self) -> Result<Vec<FeatureResult>> {
unimplemented!()
Ok(vec![])
}
}

Expand Down

0 comments on commit c2ee77c

Please sign in to comment.