Skip to content

Instantly share code, notes, and snippets.

@umeshdangat
Last active November 12, 2016 22:46
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 umeshdangat/c137c5d426bc23c5ff02b087d3a3684c to your computer and use it in GitHub Desktop.
Save umeshdangat/c137c5d426bc23c5ff02b087d3a3684c to your computer and use it in GitHub Desktop.
{
"took" : 1,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 2,
"max_score" : 200.0,
"hits" : [
{
"_index" : "testindex",
"_type" : "test",
"_id" : "3",
"_score" : 200.0,
"_source" : {
"qa_data" : "AAAAAgAAAAAAAAP1P/AAAAAAAABAAAAAAAAAAAAAAAAAAAMqQCIAAAAAAABAMQAAAAAAAA=="
}
},
{
"_index" : "testindex",
"_type" : "test",
"_id" : "4",
"_score" : 200.0,
"_source" : {
"qa_data" : "AAAABgAAAAAAAAAAQBgAAAAAAABAKgAAAAAAAAAAAAAAAAABQCgAAAAAAABAMQAAAAAAAAAAAAAAAAACQAAAAAAAAABAMAAAAAAAAAAAAAAAAAADP/AAAAAAAAA/8AAAAAAAAAAAAAAAAAAEAAAAAAAAAABAFAAAAAAAAAAAAAAAAAAFP/AAAAAAAABAFAAAAAAAAA=="
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment