Last active
October 4, 2015 13:44
-
-
Save falzm/6cdc22118754eee488d6 to your computer and use it in GitHub Desktop.
Longest track duration
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" : 7, | |
"timed_out" : false, | |
"_shards" : { | |
"total" : 1, | |
"successful" : 1, | |
"failed" : 0 | |
}, | |
"hits" : { | |
"total" : 8392, | |
"max_score" : null, | |
"hits" : [ { | |
"_index" : "library", | |
"_type" : "track", | |
"_id" : "AVAy4e9nSEui9dB0xFPV", | |
"_score" : null, | |
"fields" : { | |
"name" : [ "Alabama" ], | |
"total_time" : [ 1430 ], | |
"artist" : [ "Hans Zimmer" ], | |
"album" : [ "Crimson Tide" ] | |
}, | |
"sort" : [ 1430 ] | |
} ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment