gpt4 book ai didi

elasticsearch - 脚本化指标聚合顺序

转载 作者:行者123 更新时间:2023-12-02 22:20:22 25 4
gpt4 key购买 nike

在Elasticsearch 1.5.0中,我尝试使用scripted_metric结果对聚合存储桶进行排序/排序,但收到以下错误:

AggregationExecutionException [无效的条款聚合顺序路径[custom_script]。术语存储桶只能在子聚合器路径上排序,该子聚合器路径由零个或多个路径中的单个存储桶聚合以及路径末端的最终单个存储桶或指标聚合构成

有什么办法解决这个问题?

我的查询是这样的:

"aggs": {
"mygroup": {
"terms": {
"field": "customername",
"order": {
"custom_script": "asc"
}
},
"aggs": {
"custom_script": {
"scripted_metric": {
...
}
}
}
}
}

最佳答案

不,这是当前的限制。在https://github.com/elastic/elasticsearch/issues/8486中被跟踪

关于elasticsearch - 脚本化指标聚合顺序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29622443/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com