From 50bd645b665d42316bd42eb002fb56c029a5d50d Mon Sep 17 00:00:00 2001 From: Xargin Date: Wed, 11 Jul 2018 12:13:27 +0800 Subject: [PATCH] update --- ch6-cloud/ch6-x-dist-search-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch6-cloud/ch6-x-dist-search-engine.md b/ch6-cloud/ch6-x-dist-search-engine.md index ecc3a45..20a2f66 100644 --- a/ch6-cloud/ch6-x-dist-search-engine.md +++ b/ch6-cloud/ch6-x-dist-search-engine.md @@ -100,7 +100,7 @@ es 定义了一套查询 DSL,当我们把 es 当数据库使用时,需要用 "must": [ { "match": { - "a": { + "field_1": { "query": "1", "type": "phrase" } @@ -108,7 +108,7 @@ es 定义了一套查询 DSL,当我们把 es 当数据库使用时,需要用 }, { "match": { - "b": { + "field_2": { "query": "2", "type": "phrase" }