摘要: 排序查询所有 #skuinfo是索引名GET /skuinfo/_search{ "query": { "match_all": {} }, "sort": [ { "id": "desc" } ]} 条件查询 #条件查询 GET /skuinfo/_search { "query": { "mat 阅读全文
posted @ 2020-08-13 11:20 *乐途* 阅读(13229) 评论(0) 推荐(1)
摘要: pom.xml导入坐标 <!--ES--><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId></depende 阅读全文
posted @ 2020-08-13 10:57 *乐途* 阅读(1320) 评论(0) 推荐(0)