Update redirects.asciidoc (#23148)

This commit is contained in:
Loek van Gool 2017-02-13 16:23:09 +01:00 committed by Clinton Gormley
parent 9dff5e2af7
commit 214a3536aa

View File

@ -86,7 +86,7 @@ in ``query context'' and as a filter in ``filter context'' (see <<query-dsl>>).
[role="exclude",id="query-dsl-not-filter"]
=== Not Filter
The `not` query has been replaced by using a `mustNot` clause in a Boolean query.
The `not` query has been replaced by using a `must_not` clause in a `bool` query (see <<query-dsl-bool-query>>).
[role="exclude",id="query-dsl-bool-filter"]
=== Bool Filter