This commit is contained in:
Alex Wied
2026-06-09 10:36:13 -04:00
parent 6906fb973a
commit d0dc1b277d
4 changed files with 34 additions and 54 deletions
+1
View File
@@ -3,6 +3,7 @@ mod index;
mod schema;
pub use tantivy::TantivyDocument as SearchDocument;
pub use tantivy::doc;
pub use error::{Result, SearchError};
pub use index::{SearchIndex, SearchIndexBuilder};