Skip to content

Commit bfcbe9e

Browse files
committed
Docs enhancement: added reference to cluster-level setting search.default_allow_partial_results (#32810)
Closes #32809
1 parent e9622ab commit bfcbe9e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/reference/search/request-body.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ And here is a sample response:
9090

9191
Set to `false` to return an overall failure if the request would produce partial
9292
results. Defaults to true, which will allow partial results in the case of timeouts
93-
or partial failures.
93+
or partial failures. This default can be controlled using the cluster-level setting
94+
`search.default_allow_partial_results`.
9495

9596
`terminate_after`::
9697

docs/reference/search/uri-request.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,6 @@ more details on the different types of search that can be performed.
125125

126126
|`allow_partial_search_results` |Set to `false` to return an overall failure if the request would produce
127127
partial results. Defaults to true, which will allow partial results in the case of timeouts
128-
or partial failures..
128+
or partial failures. This default can be controlled using the cluster-level setting
129+
`search.default_allow_partial_results`.
129130
|=======================================================================

0 commit comments

Comments
 (0)