/// Text engine trait and helpers.
/// Facet filtering.
/// Inverted index and BM25 scoring.
/// Tokenization and stemming.
/// Typo tolerance (Levenshtein distance).
/// Text record types and encoding.
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;