FTS storage implementation and background indexing

This commit is contained in:
mdecimus
2023-11-17 14:59:09 +01:00
parent a3e6d152c9
commit bcc05340b2
88 changed files with 3105 additions and 2214 deletions

3
Cargo.lock generated
View File

@@ -2306,6 +2306,7 @@ dependencies = [
"chrono",
"jmap_proto",
"mail-parser",
"store",
"tokio",
]
@@ -5131,6 +5132,7 @@ dependencies = [
"futures",
"lazy_static",
"lru-cache",
"lz4_flex",
"nlp",
"num_cpus",
"parking_lot",
@@ -5923,6 +5925,7 @@ dependencies = [
"opentelemetry-otlp",
"opentelemetry-semantic-conventions",
"privdrop",
"rand 0.8.5",
"rustls 0.21.7",
"rustls-pemfile",
"serde",