pub fn qualified_name_boost(query: &str) -> f64
Returns 2.0 if the query contains :: and is a qualified-name pattern, 1.0 otherwise. Applied as a multiplier to results whose qualified_name contains the query as a substring.
::