Skip to content

Instantly share code, notes, and snippets.

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