From 1a61a45c410522b72c5c6325821d95b5f72cba21 Mon Sep 17 00:00:00 2001 From: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Date: Mon, 20 May 2024 12:42:49 +0530 Subject: [PATCH] - Fix Reindex (#16347) --- .../service/apps/bundles/searchIndex/SearchIndexApp.java | 1 + 1 file changed, 1 insertion(+) diff --git a/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/searchIndex/SearchIndexApp.java b/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/searchIndex/SearchIndexApp.java index 2d816dc37696..fba0decf9e14 100644 --- a/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/searchIndex/SearchIndexApp.java +++ b/openmetadata-service/src/main/java/org/openmetadata/service/apps/bundles/searchIndex/SearchIndexApp.java @@ -96,6 +96,7 @@ public class SearchIndexApp extends AbstractNativeApplication { ReportData.ReportDataType.RAW_COST_ANALYSIS_REPORT_DATA.value(), ReportData.ReportDataType.WEB_ANALYTIC_USER_ACTIVITY_REPORT_DATA.value(), ReportData.ReportDataType.WEB_ANALYTIC_ENTITY_VIEW_REPORT_DATA.value(), + ReportData.ReportDataType.AGGREGATED_COST_ANALYSIS_REPORT_DATA.value(), "testCaseResolutionStatus"); private final List paginatedSources = new ArrayList<>(); private Processor entityProcessor;