mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
6dacac49b3
commit
947daf68d1
@ -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>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user