docs.asciidoc 706 B

1234567891011121314151617181920212223
  1. [[breaking_60_docs_changes]]
  2. === Document API changes
  3. ==== version type `force` removed
  4. Document modification operations may no longer specify the `version_type` of
  5. `force` to override any previous version checks.
  6. ==== <<upserts,Upserts>> no longer support versions
  7. Adding a `version` to an upsert request is no longer supported.
  8. ==== `created` field removed in the Index API
  9. The `created` field has been removed in the Index API as in the `index` and
  10. `create` bulk operations. `operation` field should be used instead.
  11. ==== `found` field removed in the Delete API
  12. The `found` field has been removed in the Delete API as in the `delete` bulk
  13. operations. `operation` field should be used instead.