//! Full-text search subsystem for OxiRS Fuseki
//!
//! Provides indexing and querying of RDF literals via the `text:` service extension.
pub use ;
pub use ;
// `TantivyTextIndex` only exists with the non-default `full-text-search` feature.
pub use TantivyTextIndex;
pub use ;