소스 검색

Fixed a typo

Gheorghita Catalin Bordianu 11 년 전
부모
커밋
ca77db1c83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/query-dsl/queries/match-query.asciidoc

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

@@ -213,7 +213,7 @@ For example:
 
 The match family of queries does not go through a "query parsing"
 process. It does not support field name prefixes, wildcard characters,
-or other "advance" features. For this reason, chances of it failing are
+or other "advanced" features. For this reason, chances of it failing are
 very small / non existent, and it provides an excellent behavior when it
 comes to just analyze and run that text as a query behavior (which is
 usually what a text search box does). Also, the `phrase_prefix` type can