Browse Source

[DOCS] Adds scroll_size maximum value to datafeeds API docs (#64986)

István Zoltán Szabó 5 years ago
parent
commit
db15c4d6b9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/ml/ml-shared.asciidoc

+ 3 - 1
docs/reference/ml/ml-shared.asciidoc

@@ -1283,7 +1283,9 @@ and <<script-fields,Script fields>>.
 end::script-fields[]
 
 tag::scroll-size[]
-The `size` parameter that is used in {es} searches. The default value is `1000`.
+The `size` parameter that is used in {es} searches when the {dfeed} does not use 
+aggregations. The default value is `1000`. The maximum value is the value of 
+`index.max_result_window` which is 10,000 by default.
 end::scroll-size[]
 
 tag::search-bucket-avg[]