Skip to content

Commit bfa656e

Browse files
committed
[DOCS] Addresses feedback pt. 2.
1 parent 2464829 commit bfa656e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/search/uri-request.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=index]
3636

3737
`allow_partial_search_results`::
3838
(Optional, boolean) Set to `false` to fail the request if only partial results
39-
are available. Defaults to true, which will allow partial results in the case
40-
of timeouts or partial failures. This default can be controlled using the
41-
cluster-level setting `search.default_allow_partial_results`.
39+
are available. Defaults to `true`, which returns partial results in the event
40+
of timeouts or partial failures You can override the default behavior for all
41+
requests by setting `search.default_allow_partial_results` to `false` in the
42+
cluster settings.
4243

4344
`analyze_wildcard`::
4445
(Optional, boolean) Should wildcard and prefix queries be analyzed or not.

0 commit comments

Comments
 (0)