面试题答案
一键面试{
"aggs": {
"price_ranges": {
"range": {
"field": "price",
"ranges": [
{
"from": 50,
"to": 100
},
{
"from": 100
}
]
}
}
},
"size": 0
}