Skip to content

Instantly share code, notes, and snippets.

@falzm
Last active October 4, 2015 13:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save falzm/6cdc22118754eee488d6 to your computer and use it in GitHub Desktop.
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