Spring Boot 整合 Elasticsearch,实现 function score query 权重分查询

This commit is contained in:
JeffLi1993
2017-05-17 14:52:43 +08:00
committed by liqiangqiang
parent 9f7729abfc
commit 931cd7dbc0
8 changed files with 256 additions and 0 deletions

View File

@@ -39,6 +39,8 @@
<!-- Spring Boot 整合 Dubbo/ZooKeeper 详解 SOA 案例 -->
<module>springboot-dubbo-server</module>
<module>springboot-dubbo-client</module>
<!-- Spring Boot 整合 Elasticsearch -->
<module>springboot-elasticsearch</module>
</modules>