Skip to content

Instantly share code, notes, and snippets.

@cphoover
Created October 20, 2014 19:21
Show Gist options
  • Save cphoover/d7b1945873746fb972ea to your computer and use it in GitHub Desktop.
Save cphoover/d7b1945873746fb972ea to your computer and use it in GitHub Desktop.
GET /products/product/_search
{
"query": {
"match_all" : {}
},
"aggs" : {
"group_by_scode" : {
"terms" : {
"field" : "SCODE"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment