-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvw-query-16.json
36 lines (36 loc) · 1.08 KB
/
vw-query-16.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
{
"query": {
"bool" : {
"must" : [
{
"bool" : {
"should" : [
{"term" : { "content" : "vw" }},
{"term" : { "content" : "volkswagen" }},
{"term" : { "content" : "porsche" }},
{"term" : { "content" : "audi" }},
{"term" : { "content" : "seat" }},
{"term" : { "content" : "skoda" }},
{"term" : { "content" : "winterkorn" }}
]
}
},
{
"bool" : {
"should" : [
{"term" : { "content" : "diesel" }},
{"term" : { "content" : "cheat" }},
{"term" : { "content" : "dieselgate" }},
{"term" : { "content" : "emission" }},
{"term" : { "content" : "defeat device" }},
{"term" : { "content" : "scandal" }},
{"term" : { "content" : "falsified" }},
{"term" : { "content" : "fraud" }},
{"term" : { "content" : "manipulated" }}
]
}
}
]
}
}
}