From e738ff80a122be2ae76222993090be0a0495ec04 Mon Sep 17 00:00:00 2001 From: Xargin Date: Wed, 11 Jul 2018 12:14:16 +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 20a2f66..2d01959 100644 --- a/ch6-cloud/ch6-x-dist-search-engine.md +++ b/ch6-cloud/ch6-x-dist-search-engine.md @@ -116,7 +116,7 @@ es 定义了一套查询 DSL,当我们把 es 当数据库使用时,需要用 }, { "match": { - "c": { + "field_3": { "query": "3", "type": "phrase" } @@ -124,7 +124,7 @@ es 定义了一套查询 DSL,当我们把 es 当数据库使用时,需要用 }, { "match": { - "d": { + "field_4": { "query": "4", "type": "phrase" }