Commit 3199221f authored by 赵威's avatar 赵威

update json

parent d007cf4c
...@@ -56,7 +56,7 @@ object ES { ...@@ -56,7 +56,7 @@ object ES {
val client: ElasticClient = ESClient.create("172.16.52.33", 9200, "elastic", "gengmei!@#") val client: ElasticClient = ESClient.create("172.16.52.33", 9200, "elastic", "gengmei!@#")
val bb = multi( val bb = multi(
search("gm-dbmw-diary-read").source(diaryQuery), search("gm-dbmw-diary-read").source(s"""${diaryQuery}"""),
search("gm-dbmw-tractate-read").source(tractateQuery) search("gm-dbmw-tractate-read").source(tractateQuery)
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment