Created
August 2, 2017 14:28
-
-
Save derickson/ef9c25fdc325340df034856b52b5806e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bool": { | |
"should": [ | |
[ | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "Beer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 1 | |
} | |
} | |
] | |
] | |
} | |
}, | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "DomesticBeer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 1 | |
} | |
} | |
] | |
] | |
} | |
}, | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "HomeDrinking" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 1 | |
} | |
} | |
] | |
] | |
} | |
}, | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "Beer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTags": "DomesticBeer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 2 | |
} | |
} | |
] | |
] | |
} | |
}, | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "Beer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTags": "HomeDrinking" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 2 | |
} | |
} | |
] | |
] | |
} | |
}, | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "DomesticBeer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTags": "HomeDrinking" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 2 | |
} | |
} | |
] | |
] | |
} | |
}, | |
{ | |
"bool": { | |
"must": [ | |
[ | |
{ | |
"term": { | |
"securityTags": "Beer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTags": "DomesticBeer" | |
} | |
}, | |
{ | |
"term": { | |
"securityTags": "HomeDrinking" | |
} | |
}, | |
{ | |
"term": { | |
"securityTag_Count": 3 | |
} | |
} | |
] | |
] | |
} | |
} | |
] | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment