소스 검색

Remove `_missing_` from the docs.

It is removed in 5.0, see #15153.
Adrien Grand 9 년 전
부모
커밋
a4cb63b98c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      docs/reference/query-dsl/query-string-syntax.asciidoc

+ 0 - 4
docs/reference/query-dsl/query-string-syntax.asciidoc

@@ -38,10 +38,6 @@ search terms, but it is possible to specify other fields in the query syntax:
 
     book.\*:(quick brown)
 
-* where the field `title` has no value (or is missing):
-
-    _missing_:title
-
 * where the field `title` has any non-null value:
 
     _exists_:title