mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 00:31:42 +00:00
Make Recreate Index Default as true (#15413)
This commit is contained in:
parent
b881a596ef
commit
500e407c8d
@ -38,7 +38,7 @@
|
||||
"storageService",
|
||||
"dataProduct"
|
||||
],
|
||||
"recreateIndex": false,
|
||||
"recreateIndex": true,
|
||||
"batchSize": "100",
|
||||
"searchIndexMappingLanguage": "EN"
|
||||
},
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
"storageService",
|
||||
"dataProduct"
|
||||
],
|
||||
"recreateIndex": false,
|
||||
"recreateIndex": true,
|
||||
"batchSize": "100",
|
||||
"searchIndexMappingLanguage": "EN"
|
||||
}
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
"recreateIndex": {
|
||||
"title": "Recreate Indexes",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
"default": true
|
||||
},
|
||||
"searchIndexMappingLanguage": {
|
||||
"description": "Recreate Indexes with updated Language",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user