We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea886e commit 5146002Copy full SHA for 5146002
specification/_global/search_template/SearchTemplateRequest.ts
@@ -69,8 +69,8 @@ export interface Request extends RequestBase {
69
*/
70
allow_no_indices?: boolean
71
/**
72
- * If `true`, network round-trips are minimized for cross-cluster search requests.
73
- * @server_default false */
+ * Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution.
+ * @server_default true */
74
ccs_minimize_roundtrips?: boolean
75
76
* The type of index that wildcard patterns can match.
0 commit comments