Skip to content

Instantly share code, notes, and snippets.

@benglass
Created October 27, 2015 15:12
Show Gist options
  • Save benglass/865a4e197aa46024c1d0 to your computer and use it in GitHub Desktop.
Save benglass/865a4e197aa46024c1d0 to your computer and use it in GitHub Desktop.
GET /ksefocus_bglassman/bill/_search
{
"query": {
"terms": {
"categories": [
31, 33, 35, 36, 39, 40, 44, 45
]
}
},
"aggs": {
"by_category": {
"terms": {
"field": "categories",
"size": 0,
"include": [
31, 33, 35, 36, 39, 40, 44, 45
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment