我想从 aptitude 对象的子字段中获取最大 id,
{
"mappings": {
"aptitude": {
"dynamic": "strict",
"properties": {
"id": {
"type": "long"
},
"es": {
"type": "text"
},
"en": {
"type": "text"
},
"behaviors": {
"properties": {
"id": {
"type": "long"
},
"es": {
"type": "text"
},
"en": {
"type": "text"
}
}
}
}
}
}
正如您所看到的,能力有一系列行为,而这些行为又具有一个 id,afaik 我应该使用 Jest 的 maxAggregation,但是找不到一个像样的例子来说明如何在 java 中做到这一点,有人可以帮忙吗?