Longest track duration
{ | |
"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