File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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:
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
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.
125125
126126|`allow_partial_search_results` |Set to `false` to return an overall failure if the request would produce
127127partial 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|=======================================================================
You can’t perform that action at this time.
0 commit comments