[DOCS] Correct search API's timeout parm default (#55855)

This commit is contained in:
James Rodewig 2020-04-28 09:43:52 -04:00
parent 386fb16409
commit ddc7305ac9
1 changed files with 4 additions and 1 deletions

View File

@ -198,7 +198,10 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailable]
(Optional, integer) The maximum number of documents to collect for each shard, (Optional, integer) The maximum number of documents to collect for each shard,
upon reaching which the query execution will terminate early. upon reaching which the query execution will terminate early.
include::{docdir}/rest-api/common-parms.asciidoc[tag=timeout] `timeout`::
(Optional, <<time-units, time units>>) Specifies the period of time to wait
for a response. If no response is received before the timeout expires, the
request fails and returns an error. Defaults to no timeout.
`track_scores`:: `track_scores`::
(Optional, boolean) If `true`, then calculates and returns scores even if they (Optional, boolean) If `true`, then calculates and returns scores even if they