IndexSynchronizationResults
edit
Results from synchronizing indices
Propertiesedit
-
created
(array[
string
, required)]
- The ids of documents created in the index by index version
-
deleted
(array[
string
, required)]
- The ids of documents deleted from the index by index version
-
updated
(array[
string
, required)]
- The ids of documents updated in the index by index version
Exampleedit
{ "created" : [ "string" ], "deleted" : [ "string" ], "updated" : [ "string" ] }