Update request-body.asciidoc
Added link from `timeout` to time-units Closes #6361
This commit is contained in:
parent
5631bbb02b
commit
be86556946
|
@ -51,7 +51,7 @@ And here is a sample response:
|
||||||
|Name |Description
|
|Name |Description
|
||||||
|`timeout` |A search timeout, bounding the search request to be executed
|
|`timeout` |A search timeout, bounding the search request to be executed
|
||||||
within the specified time value and bail with the hits accumulated up to
|
within the specified time value and bail with the hits accumulated up to
|
||||||
that point when expired. Defaults to no timeout.
|
that point when expired. Defaults to no timeout. See <<time-units>>.
|
||||||
|
|
||||||
|`from` |The starting from index of the hits to return. Defaults to `0`.
|
|`from` |The starting from index of the hits to return. Defaults to `0`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue