// search/mod.rs — public re-exports for the search sub-module.
/// Approximate nearest-neighbour search orchestration.
/// Metadata filter DSL extension methods and helpers.
/// Hybrid ANN + keyword search fusion.
/// Score fusion and reranking strategies.
pub use AnnSearcher;
pub use ;
pub use HybridSearcher;
pub use ;