mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
Make Recreate Index by Default True
This commit is contained in:
parent
36c0984f97
commit
de44024b0f
@ -34,7 +34,7 @@
|
||||
"storedProcedure",
|
||||
"dataProduct"
|
||||
],
|
||||
"recreateIndex": "false",
|
||||
"recreateIndex": true,
|
||||
"batchSize": "100",
|
||||
"searchIndexMappingLanguage": "EN"
|
||||
},
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
"permission": "All",
|
||||
"className": "org.openmetadata.service.apps.bundles.searchIndex.SearchIndexApp",
|
||||
"runtime": {
|
||||
"enabled": "true"
|
||||
"enabled": true
|
||||
},
|
||||
"appConfiguration": {
|
||||
"entities": [
|
||||
@ -50,7 +50,7 @@
|
||||
"storedProcedure",
|
||||
"dataProduct"
|
||||
],
|
||||
"recreateIndex": "false",
|
||||
"recreateIndex": true,
|
||||
"batchSize": "100",
|
||||
"searchIndexMappingLanguage": "EN"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user