`force` is deprecated be mentioned at the end. (#21731)
This commit is contained in:
parent
221caa1c5e
commit
4bb7091f64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue