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