pub fn cmd_text_search( path: &Path, query: &str, event_types: Vec<EventType>, session_ids: Vec<u32>, limit: usize, min_score: f32, json: bool, ) -> AmemResult<()>
BM25 text search.