ld-lucivy 0.26.1

BM25 search engine with cross-token fuzzy matching, substring search, regex, and highlights
Documentation
1
2
3
4
mod query_parser;

pub mod logical_ast;
pub use self::query_parser::{QueryParser, QueryParserError};