2020年4月23日

ElasticSearch7.x Bool查询Java API

摘要: import org.apache.lucene.search.TotalHits; import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.SearchResponse 阅读全文
posted @ 2020-04-23 21:43 0x153_小波 阅读(1637) 评论(0) 推荐(0) 编辑

ElasticSearch7.X Java client

摘要: <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>7.2.0</version></dependency><dependency> <groupId>or 阅读全文
posted @ 2020-04-23 21:32 0x153_小波 阅读(2110) 评论(0) 推荐(0) 编辑