Document API changes

edit

version type force removed

edit

Document modification operations may no longer specify the version_type of force to override any previous version checks.

Upserts no longer support versions

edit

Adding a version to an upsert request is no longer supported.

created field removed in the Index API

edit

The 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

edit

The found field has been removed in the Delete API as in the delete bulk operations. operation field should be used instead.