[Docs] Correct default scroll_size for update by query (#63656)

The current _update_by_query documentation mentions a scroll_size default of 100 and later another default of 1000.
We use the default of 1000 defined in AbstractBulkByScrollRequest and this PR changes the documentation accordingly.

Closes #63637
This commit is contained in:
Christoph Büscher 2020-10-14 16:42:21 +02:00
parent bd7633482b
commit fe75bf5cf3
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ end::scroll[]
tag::scroll_size[]
`scroll_size`::
(Optional, integer) Size of the scroll request that powers the operation.
Defaults to 100.
Defaults to 1000.
end::scroll_size[]
tag::search-failures[]