tantivy-remote 0.2.4

tantivy with opendal and sqlx
1
2
3
4
5
6
7
8
9
10
11
12
mod cache;
mod directory;
mod file;
mod metadata;
mod operator;
mod utils;
mod writer;

pub use self::directory::RemoteDirectory;

#[cfg(test)]
mod test;