6.3 added a new allow_partial_search_results flag to control behaviour when there are partial results. This was documented in the query-request docs but the equivalent cluster-level setting (search.default_allow_partial_results) is currently undocumented.
We don't currently have a page for "search" cluster settings such as search.max_buckets and these settings tend to get mentioned elsewhere. Following suit, I plan to add a note in the docs/reference/search/uri-request.asciidoc and docs/reference/search/request-body.asciidoc docs about the cluster-level setting.
6.3 added a new allow_partial_search_results flag to control behaviour when there are partial results. This was documented in the query-request docs but the equivalent cluster-level setting (
search.default_allow_partial_results) is currently undocumented.We don't currently have a page for "search" cluster settings such as
search.max_bucketsand these settings tend to get mentioned elsewhere. Following suit, I plan to add a note in thedocs/reference/search/uri-request.asciidocanddocs/reference/search/request-body.asciidocdocs about the cluster-level setting.