Skip to content

Instantly share code, notes, and snippets.

{
"took" : 6,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 2,
"max_score" : 0.0,
"hits" : [ ]
},
"aggregations" : {
"all_species" : {
"doc_count" : 6,
"species" : {
"buckets" : [ {
"key" : "oak",
"doc_count" : 3,
"total_height" : {
"value" : 0.0
}
}, {
"key" : "maple",
"doc_count" : 2,
"total_height" : {
"value" : 0.0
}
}, {
"key" : "dogwood",
"doc_count" : 1,
"total_height" : {
"value" : 0.0
}
} ]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment