1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 20:52:22 +00:00
This commit is contained in:
Xargin 2018-07-11 12:14:16 +08:00
parent 50bd645b66
commit e738ff80a1

View File

@ -116,7 +116,7 @@ es 定义了一套查询 DSL当我们把 es 当数据库使用时,需要用
}, },
{ {
"match": { "match": {
"c": { "field_3": {
"query": "3", "query": "3",
"type": "phrase" "type": "phrase"
} }
@ -124,7 +124,7 @@ es 定义了一套查询 DSL当我们把 es 当数据库使用时,需要用
}, },
{ {
"match": { "match": {
"d": { "field_4": {
"query": "4", "query": "4",
"type": "phrase" "type": "phrase"
} }