mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-24 20:52:22 +00:00
update
This commit is contained in:
parent
50bd645b66
commit
e738ff80a1
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user