Make the auto-batcher batche replacement with updates

This commit is contained in:
Kerollmops
2025-01-28 11:47:34 +01:00
parent de98656ed1
commit d018346f18
2 changed files with 16 additions and 58 deletions

View File

@ -64,7 +64,6 @@ pub(crate) enum IndexOperation {
DocumentOperation {
index_uid: String,
primary_key: Option<String>,
method: IndexDocumentsMethod,
operations: Vec<DocumentOperation>,
tasks: Vec<Task>,
},