Skip to content

Commit 7c19ebb

Browse files
committed
_create_from defaults remove_index_blocks to true
1 parent 083284a commit 7c19ebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/create_from/MigrateCreateFromRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class CreateFrom {
5353
settings_override?: IndexSettings
5454
/**
5555
* If index blocks should be removed when creating destination index (optional)
56-
* @server_default false
56+
* @server_default true
5757
*/
5858
remove_index_blocks?: boolean
5959
}

0 commit comments

Comments
 (0)