IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
IndexSynchronizationResults
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
IndexSynchronizationResults
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"
]
}