Skip to content

Instantly share code, notes, and snippets.

@imotov
Created November 27, 2013 01:43
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 imotov/7669405 to your computer and use it in GitHub Desktop.
Save imotov/7669405 to your computer and use it in GitHub Desktop.
{
"took" : 1,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 3,
"max_score" : null,
"hits" : [ {
"_index" : "test-idx",
"_type" : "doc",
"_id" : "1",
"_score" : null,
"fields" : {
"my_field" : [ "bar", "baz" ]
},
"sort" : [ "doc#1" ]
}, {
"_index" : "test-idx",
"_type" : "doc",
"_id" : "2",
"_score" : null,
"fields" : {
"my_field" : [ "bar" ]
},
"sort" : [ "doc#2" ]
}, {
"_index" : "test-idx",
"_type" : "doc",
"_id" : "3",
"_score" : null,
"fields" : {
"my_field" : "foo"
},
"sort" : [ "doc#3" ]
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment