mod error;
mod index;
mod schema;
pub use tantivy::TantivyDocument as SearchDocument;
pub use error::{Result, SearchError};
pub use index::{SearchIndex, SearchIndexBuilder};
pub use schema::Schema;