.
This commit is contained in:
+3
-2
@@ -1,12 +1,13 @@
|
||||
mod error;
|
||||
mod index;
|
||||
mod schema;
|
||||
mod update;
|
||||
|
||||
pub use tantivy::TantivyDocument as SearchDocument;
|
||||
pub use tantivy::doc;
|
||||
pub use tantivy::schema::{NamedFieldDocument, OwnedValue};
|
||||
pub use tantivy::IndexWriter;
|
||||
pub use tantivy::schema::OwnedValue;
|
||||
|
||||
pub use error::{Result, SearchError};
|
||||
pub use index::{SearchIndex, SearchIndexBuilder};
|
||||
pub use schema::Schema;
|
||||
pub use update::IndexWriter;
|
||||
Reference in New Issue
Block a user