浏览代码

Merge pull request #12264 from peschlowp/patch-6

Update match-query.asciidoc
Clinton Gormley 10 年之前
父节点
当前提交
bb4c4b55d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/match-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/match-query.asciidoc

@@ -161,7 +161,7 @@ A phrase query matches terms up to a configurable `slop`
 (which defaults to 0) in any order. Transposed terms have a slop of 2.
 
 The `analyzer` can be set to control which analyzer will perform the
-analysis process on the text. It default to the field explicit mapping
+analysis process on the text. It defaults to the field explicit mapping
 definition, or the default search analyzer, for example:
 
 [source,js]