From 0d208dedf62cd4638b1cab3ce58be65b0465ef13 Mon Sep 17 00:00:00 2001 From: debadair Date: Thu, 22 Aug 2019 17:13:07 -0700 Subject: [PATCH] [DOCS] Add anchor to version types list. (#45886) --- docs/reference/docs/index_.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/docs/index_.asciidoc b/docs/reference/docs/index_.asciidoc index 465c62371cd..5bbfaf4bf0c 100644 --- a/docs/reference/docs/index_.asciidoc +++ b/docs/reference/docs/index_.asciidoc @@ -429,6 +429,7 @@ whatever reason. 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.