implementation of tantivy datastore + updated RPC calls to deal with tantivy + docs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
pub enum BackendType {
|
||||
Redb,
|
||||
Sled,
|
||||
Tantivy, // Full-text search backend (no KV storage)
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
Reference in New Issue
Block a user