Skip to content

Commit 5146002

Browse files
committed
Fix ccs_minimize_roundtrips default value
1 parent 9ea886e commit 5146002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/_global/search_template/SearchTemplateRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export interface Request extends RequestBase {
6969
*/
7070
allow_no_indices?: boolean
7171
/**
72-
* If `true`, network round-trips are minimized for cross-cluster search requests.
73-
* @server_default false */
72+
* Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution.
73+
* @server_default true */
7474
ccs_minimize_roundtrips?: boolean
7575
/**
7676
* The type of index that wildcard patterns can match.

0 commit comments

Comments
 (0)