Skip to content

Instantly share code, notes, and snippets.

@strokine
Created September 24, 2015 19: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 strokine/f336d598a0781070154f to your computer and use it in GitHub Desktop.
Save strokine/f336d598a0781070154f to your computer and use it in GitHub Desktop.
All documents
{
"took": 1,
"timed_out": false,
"_shards": {
"total": 2,
"successful": 2,
"failed": 0
},
"hits": {
"total": 3,
"max_score": 1,
"hits": [
{
"_index": "temp",
"_type": "tempType",
"_id": "qNnX79MaQfiNyLXLE3uPWw",
"_score": 1,
"_source": {
"tags": [
"qq",
"aa",
"ww",
"ww",
"ww"
]
}
},
{
"_index": "temp",
"_type": "tempType",
"_id": "IS_nyPdKSfqVlzIzLP_Zeg",
"_score": 1,
"_source": {
"tags": [
"qq",
"ww",
"dd",
"ww",
"ww"
]
}
},
{
"_index": "temp",
"_type": "tempType",
"_id": "0jMhRLmpS82NPGs00VHC7w",
"_score": 1,
"_source": {
"tags": [
"qq",
"aa",
"ww",
"qq"
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment