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",
|
"storageService",
|
||||||
"dataProduct"
|
"dataProduct"
|
||||||
],
|
],
|
||||||
"recreateIndex": false,
|
"recreateIndex": true,
|
||||||
"batchSize": "100",
|
"batchSize": "100",
|
||||||
"searchIndexMappingLanguage": "EN"
|
"searchIndexMappingLanguage": "EN"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -52,7 +52,7 @@
|
|||||||
"storageService",
|
"storageService",
|
||||||
"dataProduct"
|
"dataProduct"
|
||||||
],
|
],
|
||||||
"recreateIndex": false,
|
"recreateIndex": true,
|
||||||
"batchSize": "100",
|
"batchSize": "100",
|
||||||
"searchIndexMappingLanguage": "EN"
|
"searchIndexMappingLanguage": "EN"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -96,7 +96,7 @@
|
|||||||
"recreateIndex": {
|
"recreateIndex": {
|
||||||
"title": "Recreate Indexes",
|
"title": "Recreate Indexes",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false
|
"default": true
|
||||||
},
|
},
|
||||||
"searchIndexMappingLanguage": {
|
"searchIndexMappingLanguage": {
|
||||||
"description": "Recreate Indexes with updated Language",
|
"description": "Recreate Indexes with updated Language",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user