.
This commit is contained in:
@@ -2,6 +2,7 @@ mod error;
|
||||
mod index;
|
||||
mod schema;
|
||||
pub mod subtitles;
|
||||
pub use tantivy;
|
||||
pub use tantivy::indexer::IndexWriter;
|
||||
pub use tantivy::schema::Field;
|
||||
pub use tantivy::schema::document::OwnedValue;
|
||||
|
||||
@@ -74,4 +74,4 @@ impl Schema {
|
||||
pub fn all_fields() -> Vec<Field> {
|
||||
Self::schema().fields().map(|(field, _)| field).collect()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user