Browse Source

Merge pull request #18442 from MaineC/docs/add_console_to_fromsize

Add CONSOLE to from/size docs
Isabel Drost-Fromm 9 years ago
parent
commit
9d2a3c0600
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/reference/search/request/from-size.asciidoc

+ 3 - 0
docs/reference/search/request/from-size.asciidoc

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