Skip to main content

cmd_text_search

Function cmd_text_search 

Source
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<()>
Expand description

BM25 text search.