浏览代码

[DOCS] Remove internal versioning for concurrency control (#71570)

Yang Cheng 4 年之前
父节点
当前提交
fc2d6f89c9
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 0 3
      docs/reference/docs/index_.asciidoc
  2. 1 1
      docs/reference/rest-api/common-parms.asciidoc

+ 0 - 3
docs/reference/docs/index_.asciidoc

@@ -518,9 +518,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

+ 1 - 1
docs/reference/rest-api/common-parms.asciidoc

@@ -1147,7 +1147,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[]