Skip to content

Commit

Permalink
[DOCS] Correct search API's timeout parm default (elastic#55855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Apr 28, 2020
1 parent 386fb16 commit ddc7305
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/reference/search/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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`::
(Optional, boolean) If `true`, then calculates and returns scores even if they
Expand Down

0 comments on commit ddc7305

Please sign in to comment.