pub fn match_quality(features: &[Feature]) -> f64Expand 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.