Make Recreate Index by Default True

This commit is contained in:
mohitdeuex 2023-10-25 12:43:54 +05:30
parent 36c0984f97
commit de44024b0f
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
"storedProcedure",
"dataProduct"
],
"recreateIndex": "false",
"recreateIndex": true,
"batchSize": "100",
"searchIndexMappingLanguage": "EN"
},

View File

@ -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"
}