Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user