Skip to content

Commit bf6351f

Browse files
fix English quota
fix English quota
1 parent c9eed37 commit bf6351f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

110_Multi_Field_Search/00_Intro.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
查询很少是简单一句话的 `match` 匹配查询。((("multifield search")))通常我们需要用相同或不同的字符串查询一个或多个字段,也就是说,需要对多个查询语句以及它们相关度评分进行合理的合并。
55

6-
有时候或许我们正查找作者 Leo Tolstoy 写的一本名为 _War and Peace_(战争与和平)的书。或许我们正用 "minimum should match" (最少应该匹配)的方式在文档中对标题或页面内容进行搜索,或许我们正在搜索所有名字为 John Smith 的用户。
6+
有时候或许我们正查找作者 Leo Tolstoy 写的一本名为 _War and Peace_(战争与和平)的书。或许我们正用 minimum should match (最少应该匹配)的方式在文档中对标题或页面内容进行搜索,或许我们正在搜索所有名字为 John Smith 的用户。
77

88
在本章,我们会介绍构造多语句搜索的工具及在特定场景下应该采用的解决方案。

0 commit comments

Comments
 (0)