From de44024b0fc77c1711bf145e3659d03f8af80d64 Mon Sep 17 00:00:00 2001 From: mohitdeuex Date: Wed, 25 Oct 2023 12:43:54 +0530 Subject: [PATCH] Make Recreate Index by Default True --- .../resources/json/data/app/SearchIndexingApplication.json | 2 +- .../appMarketPlaceDefinition/SearchIndexingApplication.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }