Commit a28e6e73 authored by 赵威's avatar 赵威

update es query

parent 233f109e
......@@ -89,9 +89,9 @@ object ES {
val json =
"""
|{
| "query" : {
| "match" : {"tags_v3" : ["光子嫩肤", "水光针"]}
| }
| "query" : {"bool": {
| "match": {"tags_v3" : ["光子嫩肤", "水光针"]}
| }}
|}
|""".stripMargin
......
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