소스 검색

Merge pull request #11983 from cdosborn/patch-1

Grammar fix to match query docs
Clinton Gormley 10 년 전
부모
커밋
1e5e4439ce
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      docs/reference/query-dsl/match-query.asciidoc

+ 3 - 2
docs/reference/query-dsl/match-query.asciidoc

@@ -1,8 +1,9 @@
 [[query-dsl-match-query]]
 === Match Query
 
-A family of `match` queries that accept text/numerics/dates, analyzes
-it, and constructs a query out of it. For example:
+
+A family of `match` queries that accepts text/numerics/dates, analyzes
+them, and constructs a query. For example:
 
 [source,js]
 --------------------------------------------------