Skip to main content

query_term_ids

Function query_term_ids 

Source
pub fn query_term_ids(text: &str) -> Vec<u32>
Expand description

Tokenize text into the de-duplicated query term ids BM25 scores against (a repeated query term counts once). The query side of the BM25 path (ADR-0046).