From a7336f0a376a23cbb171191c7db9b39b554626d2 Mon Sep 17 00:00:00 2001 From: Xargin Date: Thu, 12 Jul 2018 19:21:30 +0800 Subject: [PATCH] add todo..... --- ch6-cloud/ch6-02-dist-search-engine.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch6-cloud/ch6-02-dist-search-engine.md b/ch6-cloud/ch6-02-dist-search-engine.md index 2a6773d..1bfebf6 100644 --- a/ch6-cloud/ch6-02-dist-search-engine.md +++ b/ch6-cloud/ch6-02-dist-search-engine.md @@ -187,6 +187,8 @@ es 的 Bool Query 方案,实际上就是用 json 来表达了这种程序语 ### 基于 client sdk 做开发 +TODO + ### 将 sql 转换为 DSL 比如我们有一段 bool 表达式,user_id = 1 and (product_id = 1 and (star_num = 4 or star_num = 5) and banned = 1),写成 SQL 是如下形式: