mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-05 02:16:27 +00:00
Make the auto-batcher batche replacement with updates
This commit is contained in:
@@ -64,7 +64,6 @@ pub(crate) enum IndexOperation {
|
||||
DocumentOperation {
|
||||
index_uid: String,
|
||||
primary_key: Option<String>,
|
||||
method: IndexDocumentsMethod,
|
||||
operations: Vec<DocumentOperation>,
|
||||
tasks: Vec<Task>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user