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

@@ -0,0 +1,3 @@
# ES
spring.data.elasticsearch.repositories.enabled = true
spring.data.elasticsearch.cluster-nodes = 127.0.0.1:9300