Skip to content

Instantly share code, notes, and snippets.

@monken
Created March 5, 2011 14:53
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 monken/856409 to your computer and use it in GitHub Desktop.
Save monken/856409 to your computer and use it in GitHub Desktop.
{
"took" : 1,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 2,
"max_score" : 1.0,
"hits" : [ {
"_index" : "cpan",
"_type" : "release",
"_id" : "Collision-2D-0.07",
"_score" : 1.0,
"fields" : {
"name.raw" : "Collision-2D-0.07"
}
}, {
"_index" : "cpan",
"_type" : "release",
"_id" : "App-cpanminus-1.30_06",
"_score" : 1.0,
"fields" : {
"name.raw" : "App-cpanminus-1.30_06"
}
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment