tokenize_and_stem

Function tokenize_and_stem 

Source
pub fn tokenize_and_stem(keyword: &str) -> Vec<String>
Expand description

Tokenize and stem a keyword, handling camel case and compound word splitting This function is used by the elastic query parser to process terms in the AST