[][src]Trait tinysearch_shared::Score

pub trait Score {
    fn score(&self, terms: &HashSet<String>) -> u32;
}

Required methods

fn score(&self, terms: &HashSet<String>) -> u32

Loading content...

Implementations on Foreign Types

impl Score for CuckooFilter<DefaultHasher>[src]

Loading content...

Implementors

Loading content...