it_lv 4 weeks ago
parent
commit
9892604a76
2 changed files with 3 additions and 3 deletions
  1. 1 1
      第4章 ElasticSearch入门.md
  2. 2 2
      第4章 检索模块.md

+ 1 - 1
第4章 ElasticSearch入门.md

@@ -1049,7 +1049,7 @@ POST /my_index/_search
 {
   "query": {
     "match": {
-      "title": "华为智能手机"
+      "title": "华为 智能 手机"
     }
   }
 }

+ 2 - 2
第4章 检索模块.md

@@ -1298,7 +1298,7 @@ public class SearchReceiver {
 }
 ```
 
-# 3、专辑关键字检索
+# 3、站内检索
 
  ![检索-关键字搜索](assets/检索-关键字搜索-17055730237394.gif)
 
@@ -1380,7 +1380,7 @@ POST album_info/_search
     }
   }
 }
-#3.1 关键字查询条件,包含三个子条件(查询标题or查询简介or查询主播名称) 关键字查询需要按照相关度返回列表,选择must
+#3.1 关键字查询条件 关键字查询需要按照相关度返回列表,选择must
 POST album_info/_search
 {
   "from": 0,