Profiling Aggregations
聚合部分/aggregations Section
GET /house-prices/_search
{
"profile": true,
"size": 0,
"aggs": {
"property_type": {
"terms": {
"field": "propertyType"
},
"aggs": {
"avg_price": {
"avg": {
"field": "price"
}
}
}
}
}
}定时故障/Timing Breakdown
所有的参数:/All parameters:
Last updated