IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
IndexSynchronizationResults
editIndexSynchronizationResults
editResults from synchronizing indices
Properties
edit-
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
Example
edit{ "created" : [ "string" ], "deleted" : [ "string" ], "updated" : [ "string" ] }