首页 > TAG信息列表 > AggregationBuilders
【转】SpringBoot ElasticSearch 各种查询汇总
原文连接:https://www.cnblogs.com/jelly12345/p/14765477.html 一:文档对象如下 @Data @AllArgsConstructor @NoArgsConstructor @Document(indexName = "items", type = "item",shards = 5, replicas = 1) public class Item implements Serializable { @