如何在聚合后获得最小日期?
我有一些字段聚合,然后subAggregation(AggregationBuilders.min("createdDate")
使用此日期,然后topHits
subAggregation。但它返回3次点击,而不是1次点击。
答案 0 :(得分:0)
只需使用TopHits的size
属性并将其设置为1。有关详细信息,请参阅https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-top-hits-aggregation.html#_options_2