.
This commit is contained in:
+4
-4
@@ -1,15 +1,15 @@
|
||||
mod error;
|
||||
mod index;
|
||||
pub mod language;
|
||||
pub mod rdf;
|
||||
mod schema;
|
||||
pub mod subtitles;
|
||||
pub mod rdf;
|
||||
pub mod language;
|
||||
|
||||
use oxigraph::model::NamedNodeRef;
|
||||
pub use tantivy::TantivyDocument as SearchDocument;
|
||||
pub use tantivy::doc;
|
||||
pub use tantivy::schema::document::{Document, Value};
|
||||
pub use tantivy::indexer::IndexWriter;
|
||||
pub use tantivy::schema::document::{Document, Value};
|
||||
|
||||
pub use error::{Result, SearchError};
|
||||
use gl_graph::vocab;
|
||||
@@ -55,4 +55,4 @@ impl DocType {
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user