- Fix Reindex (#16347)

This commit is contained in:
Mohit Yadav 2024-05-20 12:42:49 +05:30 committed by GitHub
parent 25b9576114
commit 1a61a45c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<Source> paginatedSources = new ArrayList<>();
private Processor entityProcessor;