This commit is contained in:
Alex Wied
2026-07-01 17:42:23 -04:00
parent 617c4465fb
commit 6b8f4ccb3d
9 changed files with 250 additions and 234 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ mod update;
pub use tantivy::TantivyDocument as SearchDocument;
pub use tantivy::doc;
pub use tantivy::schema::OwnedValue;
pub use tantivy::schema::document::Value;
pub use error::{Result, SearchError};
pub use index::{SearchIndex, SearchIndexBuilder};