我正在尝试这样做:
使用Spring Data Elasticsearch,但是我找不到一种通过字段值进行唯一计数聚合的方法。
SearchQuery searchQuery = new NativeSearchQueryBuilder()
.withIndices("logs-processing-*")
.addAggregation(terms("procedure_code").field("procedure_code.keyword"))
.build();
答案 0 :(得分:0)
目前无法进行测试,但可以肯定,您应该尝试:.addAggregation(terms(“ procedure_code”)。field(“ keyword”))