mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
wip integrating the scheduler in meilisearch-http
This commit is contained in:
committed by
Clément Renault
parent
acc6d3a82b
commit
60ee1f5e64
@ -30,7 +30,7 @@ pub(crate) enum Batch {
|
||||
},
|
||||
DocumentDeletion {
|
||||
index_uid: String,
|
||||
documents: Vec<DocumentId>,
|
||||
documents: Vec<String>,
|
||||
tasks: Vec<Task>,
|
||||
},
|
||||
DocumentClear {
|
||||
|
Reference in New Issue
Block a user