Skip to content

Instantly share code, notes, and snippets.

@kstirman
Created July 21, 2017 21:01
Show Gist options
  • Save kstirman/700b9fae7512fa4d666f0161f2e1d2ad to your computer and use it in GitHub Desktop.
Save kstirman/700b9fae7512fa4d666f0161f2e1d2ad to your computer and use it in GitHub Desktop.
{
"size": 0,
"query": {
"query_string": {
"query": "VIOLATION_DESCRIPTION : (mice OR vermin )"
}
},
"aggregations": {
"CUISINE_DESCRIPTION": {
"terms": {
"field": "CUISINE_DESCRIPTION",
"missing": "NULL_STRING_TAG",
"size": 2147483647
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment