lance_index::scalar::inverted

Function flat_full_text_search

Source
pub fn flat_full_text_search(
    batches: &[&RecordBatch],
    doc_col: &str,
    query: &str,
    tokenizer: Option<TextAnalyzer>,
) -> Result<Vec<u64>>