mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-04 09:30:42 +00:00
first commit
This commit is contained in:
9
src/core/mod.rs
Normal file
9
src/core/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
pub mod postings;
|
||||
pub mod global;
|
||||
pub mod schema;
|
||||
pub mod directory;
|
||||
pub mod writer;
|
||||
pub mod analyzer;
|
||||
|
||||
pub use core::global::DocId;
|
||||
Reference in New Issue
Block a user