Merge pull request #18442 from MaineC/docs/add_console_to_fromsize

Add CONSOLE to from/size docs
This commit is contained in:
Isabel Drost-Fromm 2016-05-18 18:38:41 +02:00
commit 9d2a3c0600
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ defaults to `10`.
[source,js]
--------------------------------------------------
GET /_search
{
"from" : 0, "size" : 10,
"query" : {
@ -19,6 +20,8 @@ defaults to `10`.
}
}
--------------------------------------------------
// CONSOLE
Note that `from` + `size` can not be more than the `index.max_result_window`
index setting which defaults to 10,000. See the <<search-request-scroll,Scroll>> or <<search-request-search-after,Search After>>