Skip to content

Commit 54f7abd

Browse files
_create_from defaults remove_index_blocks to true (#3585) (#3605)
Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 4bb435c) Co-authored-by: Parker Timmins <[email protected]>
1 parent 70a3cde commit 54f7abd

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
@@ -54,7 +54,7 @@ export class CreateFrom {
5454
settings_override?: IndexSettings
5555
/**
5656
* If index blocks should be removed when creating destination index (optional)
57-
* @server_default false
57+
* @server_default true
5858
*/
5959
remove_index_blocks?: boolean
6060
}

0 commit comments

Comments
 (0)