From be8655694676d1894a60bad2b7e727cdb8c7434c Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Mon, 28 Jul 2014 11:08:39 +0200 Subject: [PATCH] Update request-body.asciidoc Added link from `timeout` to time-units Closes #6361 --- docs/reference/search/request-body.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request-body.asciidoc b/docs/reference/search/request-body.asciidoc index c2dafe90dc0..339169436bb 100644 --- a/docs/reference/search/request-body.asciidoc +++ b/docs/reference/search/request-body.asciidoc @@ -51,7 +51,7 @@ And here is a sample response: |Name |Description |`timeout` |A search timeout, bounding the search request to be executed 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 <>. |`from` |The starting from index of the hits to return. Defaults to `0`.