File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=index]
36
36
37
37
`allow_partial_search_results`::
38
38
(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.
42
43
43
44
`analyze_wildcard`::
44
45
(Optional, boolean) Should wildcard and prefix queries be analyzed or not.
You can’t perform that action at this time.
0 commit comments