We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b9453 commit f957d6bCopy full SHA for f957d6b
1 file changed
lib/segment/src/index/query_optimization/rescore_formula/formula_scorer.rs
@@ -148,7 +148,7 @@ impl FormulaScorer<'_> {
148
serde_json::from_value::<GeoPoint>,
149
)?;
150
151
- Ok(Haversine::distance((*origin).into(), value.into()))
+ Ok(Haversine.distance((*origin).into(), value.into()))
152
}
153
ParsedExpression::Datetime(dt_expr) => {
154
let datetime = match dt_expr {
0 commit comments