mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
This PR deprecates the use of NotQueryBuilder like we did with And- and OrQueryBuilder before. BooleanQueryBuilder is now the only way to combine several filters together, so all uses of the not filter can be replaced with a must_not clause. |
||
---|---|---|
.. | ||
aggregations | ||
docs | ||
query-dsl | ||
aggs.asciidoc | ||
client.asciidoc | ||
count.asciidoc | ||
docs.asciidoc | ||
index.asciidoc | ||
indexed-scripts.asciidoc | ||
percolate.asciidoc | ||
query-dsl.asciidoc | ||
search.asciidoc |