The requested URL was not found on this server. 不管你信不信,反正我是没找到

7版本使用java操作es进行text格式聚合如何指定这次聚合不分词

Elasticsearch | 作者 springaaa | 发布于2020年02月21日 | 阅读数:3284

7版本使用java操作es进行text格式聚合如何指定这次聚合不分词;
sourceBuilder.query(query) .aggregation(AggregationBuilders.count("buyerNickCount").field("buyerNick")
取消buyerNick这个字段分词
已邀请:

要回复问题请先登录注册