.
This commit is contained in:
+1
-3
@@ -1,7 +1,6 @@
|
||||
mod error;
|
||||
mod index;
|
||||
mod schema;
|
||||
mod update;
|
||||
|
||||
pub use tantivy::TantivyDocument as SearchDocument;
|
||||
pub use tantivy::doc;
|
||||
@@ -9,5 +8,4 @@ pub use tantivy::schema::document::Value;
|
||||
|
||||
pub use error::{Result, SearchError};
|
||||
pub use index::{SearchIndex, SearchIndexBuilder};
|
||||
pub use schema::Schema;
|
||||
pub use update::IndexWriter;
|
||||
pub use schema::Schema;
|
||||
Reference in New Issue
Block a user