pub fn query_term_ids(text: &str) -> Vec<u32>
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).
text