diff --git a/docs/reference/docs/get.asciidoc b/docs/reference/docs/get.asciidoc index bc6ff9f1a22..5df15370012 100644 --- a/docs/reference/docs/get.asciidoc +++ b/docs/reference/docs/get.asciidoc @@ -333,7 +333,7 @@ better GET scaling we will have. You can use the `version` parameter to retrieve the document only if its current version is equal to the specified one. This behavior is the same for all version types with the exception of version type `FORCE` which always -retrieves the document. +retrieves the document. Note that `FORCE` version type is deprecated. Internally, Elasticsearch has marked the old document as deleted and added an entirely new document. The old version of the document doesn’t disappear