mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
wip
This commit is contained in:
parent
a4bf859779
commit
7bbd75e1fb
2 changed files with 37 additions and 9 deletions
|
@ -276,8 +276,8 @@ pub enum Kind {
|
|||
pub enum Details {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
DocumentAddition {
|
||||
received_documents: usize,
|
||||
indexed_documents: Option<u64>,
|
||||
received_documents: u64,
|
||||
indexed_documents: u64,
|
||||
},
|
||||
#[serde(rename_all = "camelCase")]
|
||||
Settings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue