-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathoriginalConfig.json
89 lines (89 loc) · 1.75 KB
/
originalConfig.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"credentials": {
"elasticPort": 0,
"elasticHost": "elasticIP",
"elasticUsername": "elastic",
"elasticPassword": "changeme"
},
"variables": {
"inputIndexName": "trump_tweets",
"inputIndexType": "text_review",
"indexList": [
"location_unique",
"organization_unique",
"person_unique"
],
"filters": {
"location": [
"birthPlace",
"location",
"foundation",
"type",
"founder",
"predecessor",
"party",
"country",
"based",
"channel",
"relations",
"branch",
"placeOfBirth",
"spouse",
"network",
"chancellor",
"parent",
"parents",
"primeminister",
"artist",
"athletics",
"title",
"successor",
"state"
],
"organization": [
"type",
"successor",
"distributor",
"birthPlace",
"vicepresident",
"largestcity",
"residence",
"spouse",
"predecessor",
"state",
"party",
"children",
"parents",
"education",
"almaMater",
"president",
"leaderName",
"largestCity",
"officialLanguages",
"leaderTitle",
"capital",
"governmentType",
"influences",
"influenced"
],
"person": [
"leaderName",
"leaderTitle",
"type",
"largestCity",
"governmentType",
"officialLanguages",
"capital",
"network",
"firstAired",
"channel",
"headquarters",
"sisterNames",
"broadcastArea",
"country",
"director",
"creator"
]
}
}
}