Skip to content

Commit

Permalink
[DOCS] Remove internal versioning for concurrency control (#71570) (#…
Browse files Browse the repository at this point in the history
…72098)

Co-authored-by: Yang Cheng <chengyang2048@163.com>
  • Loading branch information
jrodewig and chengyang14 committed Apr 22, 2021
1 parent 4aa3743 commit f9daaaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/reference/docs/index_.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,6 @@ In addition to the `external` version type, Elasticsearch
also supports other types for specific use cases:

[[_version_types]]
`internal`:: Only index the document if the given version is identical to the version
of the stored document.

`external` or `external_gt`:: Only index the document if the given version is strictly higher
than the version of the stored document *or* if there is no existing document. The given
version will be used as the new version and will be stored with the new document. The supplied
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rest-api/common-parms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ end::segment-version[]

tag::version_type[]
`version_type`::
(Optional, enum) Specific version type: `internal`, `external`,
(Optional, enum) Specific version type: `external`,
`external_gte`.
end::version_type[]

Expand Down

0 comments on commit f9daaaf

Please sign in to comment.