diff --git a/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json b/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json index 35354f2d561..8dc151dcfea 100644 --- a/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json +++ b/openmetadata-service/src/main/resources/json/data/app/SearchIndexingApplication.json @@ -34,7 +34,7 @@ "storedProcedure", "dataProduct" ], - "recreateIndex": "false", + "recreateIndex": true, "batchSize": "100", "searchIndexMappingLanguage": "EN" }, diff --git a/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json b/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json index ae055175e03..4a7a9aa6e62 100644 --- a/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json +++ b/openmetadata-service/src/main/resources/json/data/appMarketPlaceDefinition/SearchIndexingApplication.json @@ -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" }