A newer version is available. For the latest information, see the
current release documentation.
IndexSynchronizationResults
edit
Results from synchronizing indices
Propertiesedit
-
created
(array[
string
)]
- The ids of documents created in the index by index version
-
deleted
(array[
string
)]
- The ids of documents deleted from the index by index version
-
updated
(array[
string
)]
- The ids of documents updated in the index by index version
Exampleedit
{ "created" : [ "string" ], "deleted" : [ "string" ], "updated" : [ "string" ] }