-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
SearchIndexingApplication.json
61 lines (61 loc) · 1.65 KB
/
SearchIndexingApplication.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "SearchIndexingApplication",
"displayName": "Search Indexing",
"description": "OpenMetadata connects with Elastic/Open Search to provide search feature for Data Assets. This application provides additional features related to ES/OS.",
"features": "Sync OpenMetadata and Elastic Search and Recreate Indexes.",
"appType": "internal",
"appScreenshots": ["SearchIndexPic1.png"],
"developer": "Collate Inc.",
"developerUrl": "https://www.getcollate.io",
"privacyPolicyUrl": "https://www.getcollate.io",
"supportEmail": "support@getcollate.io",
"scheduleType": "Scheduled",
"permission": "All",
"className": "org.openmetadata.service.apps.bundles.searchIndex.SearchIndexApp",
"runtime": {
"enabled": true
},
"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",
"storageService",
"metadataService",
"searchService",
"entityReportData",
"webAnalyticEntityViewReportData",
"webAnalyticUserActivityReportData",
"domain",
"storedProcedure",
"dataProduct",
"testCaseResolutionStatus"
],
"recreateIndex": true,
"batchSize": "100",
"searchIndexMappingLanguage": "EN"
}
}