Skip to content

Instantly share code, notes, and snippets.

@derickson
Created August 2, 2017 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derickson/ef9c25fdc325340df034856b52b5806e to your computer and use it in GitHub Desktop.
Save derickson/ef9c25fdc325340df034856b52b5806e to your computer and use it in GitHub Desktop.
{
"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