Skip to main content

match_quality

Function match_quality 

Source
pub fn match_quality(features: &[Feature]) -> f64
Expand description

Absolute match quality in [0,1] — how good the match itself is, independent of ranking boosts. The dominant term in confidence. Exact is certain; a prefix nearly so; a fuzzy/abbreviation match scales with its alignment; a path-only match (name didn’t match) is weak.