Remove Triple Negative!

Double negatives are confusing, but a triple negative (1 no, 2 non, 3 null)? It takes five minutes to understand this little sentence.  Cleaned that up a bit.

Closes #9789
This commit is contained in:
Michael Sander 2015-02-20 09:02:42 -05:00 committed by Clinton Gormley
parent daa8e5f226
commit fd6c6058ce

View File

@ -1,7 +1,7 @@
[[query-dsl-missing-filter]] [[query-dsl-missing-filter]]
=== Missing Filter === Missing Filter
Returns documents that have no non-`null` values in the original field: Returns documents that have only `null` values or no value in the original field:
[source,js] [source,js]
-------------------------------------------------- --------------------------------------------------