Type Alias probly_search::Tokenizer

source ·
pub type Tokenizer = fn(_: &str) -> Vec<Cow<'_, str>>;
Expand description

Function used to tokenize a field.