File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ And here is a sample response:
90
90
91
91
Set to `false` to return an overall failure if the request would produce partial
92
92
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`.
94
95
95
96
`terminate_after`::
96
97
Original file line number Diff line number Diff line change @@ -125,5 +125,6 @@ more details on the different types of search that can be performed.
125
125
126
126
|`allow_partial_search_results` |Set to `false` to return an overall failure if the request would produce
127
127
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`.
129
130
|=======================================================================
You can’t perform that action at this time.
0 commit comments