mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
wip integrating the scheduler in meilisearch-http
This commit is contained in:
parent
250410495c
commit
8d51c1f389
16 changed files with 251 additions and 192 deletions
|
@ -30,7 +30,7 @@ pub(crate) enum Batch {
|
|||
},
|
||||
DocumentDeletion {
|
||||
index_uid: String,
|
||||
documents: Vec<DocumentId>,
|
||||
documents: Vec<String>,
|
||||
tasks: Vec<Task>,
|
||||
},
|
||||
DocumentClear {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue