Function fzyr::search_score[][src]

pub fn search_score<'src>(
    query: &str,
    candidates: &[&'src str],
    parallelism: usize
) -> ScoreResults<'src>

Search among a collection of candidates using the given query, returning an ordered collection of results (highest score first)