Last active
October 4, 2015 13:46
-
-
Save falzm/0c0d6d8454b8c57ac4c8 to your computer and use it in GitHub Desktop.
Top 10 most albums per artist/band
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"took" : 32, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 8392, | |
"max_score" : 0.0, | |
"hits" : [ ] | |
}, | |
"aggregations" : { | |
"per_artist" : { | |
"doc_count_error_upper_bound" : -1, | |
"sum_other_doc_count" : 7313, | |
"buckets" : [ { | |
"key" : "Thrice", | |
"doc_count" : 143, | |
"artist_albums" : { | |
"value" : 14 | |
} | |
}, { | |
"key" : "Muse", | |
"doc_count" : 147, | |
"artist_albums" : { | |
"value" : 12 | |
} | |
}, { | |
"key" : "Nine Inch Nails", | |
"doc_count" : 156, | |
"artist_albums" : { | |
"value" : 9 | |
} | |
}, { | |
"key" : "The Used", | |
"doc_count" : 113, | |
"artist_albums" : { | |
"value" : 9 | |
} | |
}, { | |
"key" : "Avenged Sevenfold", | |
"doc_count" : 68, | |
"artist_albums" : { | |
"value" : 8 | |
} | |
}, { | |
"key" : "EZ3kiel", | |
"doc_count" : 94, | |
"artist_albums" : { | |
"value" : 8 | |
} | |
}, { | |
"key" : "Nobuo Uematsu", | |
"doc_count" : 166, | |
"artist_albums" : { | |
"value" : 8 | |
} | |
}, { | |
"key" : "Disturbed", | |
"doc_count" : 102, | |
"artist_albums" : { | |
"value" : 7 | |
} | |
}, { | |
"key" : "Feeder", | |
"doc_count" : 88, | |
"artist_albums" : { | |
"value" : 7 | |
} | |
}, { | |
"key" : "Foo Fighters", | |
"doc_count" : 95, | |
"artist_albums" : { | |
"value" : 7 | |
} | |
} ] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment