|
@@ -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
|