Implement the DocumentUpdate batch operation

This commit is contained in:
Kerollmops 2022-09-29 12:04:58 +02:00 committed by Clément Renault
parent 78922a7c67
commit e84119fc75
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
4 changed files with 51 additions and 7 deletions

View file

@ -9,7 +9,6 @@ use fst::IntoStreamer;
use milli::heed::{CompactionOption, EnvOpenOptions, RoTxn};
use milli::update::{IndexerConfig, Setting};
use milli::{obkv_to_json, FieldDistribution, DEFAULT_VALUES_PER_FACET};
use serde::{Deserialize, Serialize};
use serde_json::{Map, Value};
use time::OffsetDateTime;