json.data.app.SearchIndexingApplication.json Maven / Gradle / Ivy
{
"name": "SearchIndexingApplication",
"displayName": "Search Indexing",
"appConfiguration": {
"entities": [
"table",
"dashboard",
"topic",
"pipeline",
"ingestionPipeline",
"searchIndex",
"user",
"team",
"glossary",
"glossaryTerm",
"mlmodel",
"tag",
"classification",
"query",
"container",
"database",
"databaseSchema",
"testCase",
"testSuite",
"chart",
"dashboardDataModel",
"databaseService",
"messagingService",
"dashboardService",
"pipelineService",
"mlmodelService",
"searchService",
"entityReportData",
"webAnalyticEntityViewReportData",
"webAnalyticUserActivityReportData",
"domain",
"storedProcedure",
"storageService",
"dataProduct",
"testCaseResolutionStatus"
],
"recreateIndex": true,
"batchSize": "100",
"searchIndexMappingLanguage": "EN"
},
"appSchedule": {
"scheduleTimeline": "Custom",
"cronExpression": "0 0 * * *"
}
}