@@ -98,11 +98,11 @@ near real time aspects of search operations. If no version is provided,
98
98
then the operation is executed without any version checks.
99
99
100
100
By default, internal versioning is used that starts at 1 and increments
101
- with each update. Optionally, the version number can be supplemented
102
- with an external value (for example, if maintained in a database). To
103
- enable this functionality, `version_type` should be set to `external`.
104
- The value provided must be a numeric, long value greater than 0, and
105
- less than around 9.2e+18. When using the external version type, instead
101
+ with each update, deletes included . Optionally, the version number can be
102
+ supplemented with an external value (for example, if maintained in a
103
+ database). To enable this functionality, `version_type` should be set to
104
+ `external`. The value provided must be a numeric, long value greater than 0,
105
+ and less than around 9.2e+18. When using the external version type, instead
106
106
of checking for a matching version number, the system checks to see if
107
107
the version number passed to the index request is greater than the
108
108
version of the currently stored document. If true, the document will be
0 commit comments