Skip to content

Instantly share code, notes, and snippets.

@mansilla
Last active August 29, 2015 14:23
Show Gist options
  • Save mansilla/b8e9b3079d5a0055ff93 to your computer and use it in GitHub Desktop.
Save mansilla/b8e9b3079d5a0055ff93 to your computer and use it in GitHub Desktop.
{
"took" : 4,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 100,
"max_score" : 1.0,
"hits" : [ {
"_index" : "nombre_indice_prueba",
"_type" : "tipo_prueba",
"_id" : "5584126fe7cb27d6e8a80a7b",
"_score" : 1.0,
"_source":{"x":5.0,"_id":"5584126fe7cb27d6e8a80a7b"}
}, {
"_index" : "nombre_indice_prueba",
"_type" : "tipo_prueba",
"_id" : "5584126fe7cb27d6e8a80a82",
"_score" : 1.0,
"_source":{"x":12.0,"_id":"5584126fe7cb27d6e8a80a82"}
}, ...
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment