Skip to content

Instantly share code, notes, and snippets.

@yuriybash
Created August 24, 2018 18:43
Show Gist options
  • Save yuriybash/3801db4399ab478e1c7f3b97d2fe3e41 to your computer and use it in GitHub Desktop.
Save yuriybash/3801db4399ab478e1c7f3b97d2fe3e41 to your computer and use it in GitHub Desktop.
{
...
"aggregations" : {
"custom_field" : {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets" : [
{
"key" : color,
"doc_count" : 6
},
{
"key" : animal,
"doc_count" : 3
},
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment