Skip to content

Instantly share code, notes, and snippets.

@cphoover
Created October 20, 2014 19:16
Show Gist options
  • Save cphoover/c2abdcc61dc40d84c9a0 to your computer and use it in GitHub Desktop.
Save cphoover/c2abdcc61dc40d84c9a0 to your computer and use it in GitHub Desktop.
{
"took": 4,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 6,
"max_score": 1,
"hits": [
{
"_index": "products",
"_type": "product",
"_id": "3",
"_score": 1,
"_source": {
"CODE": "1240069-374-LG",
"DTYPE": "variant",
"LEVEL": 3,
"SCODE": "1240069"
}
},
{
"_index": "products",
"_type": "product",
"_id": "4",
"_score": 1,
"_source": {
"CODE": "1240069-374-MD",
"DTYPE": "variant",
"LEVEL": 3,
"SCODE": "1240069"
}
},
{
"_index": "products",
"_type": "product",
"_id": "M3ccVFw8SDOiwtwl1-JA-w",
"_score": 1,
"_source": {
"CODE": "1240070-374",
"DTYPE": "material",
"LEVEL": 2,
"SCODE": "1240070"
}
},
{
"_index": "products",
"_type": "product",
"_id": "5",
"_score": 1,
"_source": {
"CODE": "1240069-374-SM",
"DTYPE": "variant",
"LEVEL": 3,
"SCODE": "1240069"
}
},
{
"_index": "products",
"_type": "product",
"_id": "1",
"_score": 1,
"_source": {
"CODE": "1240069",
"DTYPE": "style",
"LEVEL": 1,
"SCODE": "1240069"
}
},
{
"_index": "products",
"_type": "product",
"_id": "2",
"_score": 1,
"_source": {
"CODE": "1240069-374",
"DTYPE": "material",
"LEVEL": 2,
"SCODE": "1240069"
}
}
]
},
"aggregations": {
"group_by_scode": {
"buckets": [
{
"key": 1240069,
"doc_count": 5
},
{
"key": 1240070,
"doc_count": 1
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment