Skip to content

Instantly share code, notes, and snippets.

@sahas-
Created September 17, 2015 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sahas-/9041b5c392e052119988 to your computer and use it in GitHub Desktop.
Save sahas-/9041b5c392e052119988 to your computer and use it in GitHub Desktop.
{
"took": 10,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 1,
"max_score": 2.1780665,
"hits": [
{
"_index": "simpleindex",
"_type": "games",
"_id": "AU-6ha4Vw4R-ayxGV38D",
"_score": 2.1780665,
"_source": {
"continents": [
{
"name": "South America",
"countries": [
{
"name": "Chili",
"states": [
{
"name": "Ch1",
"game": "soccor",
"wins": 1
},
{
"name": "Ch2",
"game": "soccor",
"wins": 10
}
]
},
{
"name": "Argentina",
"states": [
{
"name": "A1",
"game": "soccor",
"wins": 4
},
{
"name": "A2",
"game": "soccor",
"wins": 0
}
]
}
]
}
]
}
}
]
},
"aggregations": {
"continents": {
"doc_count": 1,
"countries": {
"doc_count": 2,
"states": {
"doc_count": 4,
"avg_wins": {
"value": 3.75
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment