mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 01:02:55 +00:00
hiding some inner module
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,4 +3,5 @@ target/debug
|
||||
.vscode
|
||||
target/release
|
||||
Cargo.lock
|
||||
benchmark
|
||||
.DS_Store
|
||||
|
||||
@@ -37,7 +37,6 @@ mod macros {
|
||||
}
|
||||
|
||||
mod core;
|
||||
|
||||
mod compression;
|
||||
mod fastfield;
|
||||
mod store;
|
||||
@@ -46,12 +45,13 @@ mod error;
|
||||
|
||||
pub use error::{Result, Error};
|
||||
|
||||
mod analyzer;
|
||||
mod datastruct;
|
||||
|
||||
pub mod postings;
|
||||
pub mod query;
|
||||
pub mod directory;
|
||||
pub mod datastruct;
|
||||
pub mod analyzer;
|
||||
|
||||
pub mod collector;
|
||||
pub mod schema;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user