use meta from milli

This commit is contained in:
mpostma 2021-03-11 19:40:18 +01:00
parent 1fad72e019
commit 79a4bc8129
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
5 changed files with 207 additions and 210 deletions

View file

@ -12,7 +12,7 @@ use super::Index;
#[derive(Debug, Clone, Serialize, Deserialize)]
pub enum UpdateResult {
DocumentsAddition(DocumentAdditionResult),
DocumentDeletion { deleted: usize },
DocumentDeletion { deleted: u64 },
Other,
}