Browse Source

Remove `_missing_` from the docs.

It is removed in 5.0, see #15153.
Adrien Grand 9 years ago
parent
commit
a4cb63b98c
1 changed files with 0 additions and 4 deletions
  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