mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
import the update_file_store in the index-scheduler
This commit is contained in:
parent
2afb381f95
commit
76597fc382
6 changed files with 5 additions and 277 deletions
|
@ -11,6 +11,7 @@ bincode = "1.3.3"
|
|||
csv = "1.1.6"
|
||||
derivative = "2.2.0"
|
||||
either = { version = "1.6.1", features = ["serde"] }
|
||||
file-store = { path = "../file-store" }
|
||||
fst = "0.4.7"
|
||||
indexmap = { version = "1.8.0", features = ["serde-1"] }
|
||||
lazy_static = "1.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue