WARNING: Version 6.2 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Document API changes
editDocument API changes
editversion type force
removed
editDocument modification operations may no longer specify the version_type
of
force
to override any previous version checks.
Upserts no longer support versions
editAdding a version
to an upsert request is no longer supported.
created
field removed in the Index API
editThe created
field has been removed in the Index API as in the index
and
create
bulk operations. operation
field should be used instead.
found
field removed in the Delete API
editThe found
field has been removed in the Delete API as in the delete
bulk
operations. operation
field should be used instead.