Update ch6-04-search-engine.md

update field_2
This commit is contained in:
frankj 2022-11-30 15:25:02 +08:00 committed by GitHub
parent 0b10bdcf63
commit f2428d90e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ if field_1 == 1 && field_2 == 2 && field_3 == 3 && field_4 == 4 {
{
"match": {
"field_2": {
"query": "3",
"query": "2",
"type": "phrase"
}
}