elasticsearch/docs/java-api
Christoph Büscher c24b7333bd Query DSL: Deprecate NotQueryBuilder
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.
2015-10-20 14:50:31 +02:00
..
aggregations [doc] fix outdated java api examples 2015-06-16 09:45:07 +02:00
docs [build] remove shaded elasticsearch version 2015-09-02 11:57:10 +02:00
query-dsl Query DSL: Deprecate NotQueryBuilder 2015-10-20 14:50:31 +02:00
aggs.asciidoc [doc] fix outdated java api examples 2015-06-16 09:45:07 +02:00
client.asciidoc [DOCS] Fix Java API TransportClient example 2015-08-24 15:13:26 +02:00
count.asciidoc Java api: deprecate the count api in favour of search with size 0 2015-10-19 14:19:15 +02:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
index.asciidoc [doc] fix master build 2015-07-02 07:54:30 +02:00
indexed-scripts.asciidoc [DOCS][FIX] Fix doc parsing, broken closing block 2014-07-16 11:18:21 +01:00
percolate.asciidoc [DOCS] Clean up Java-API docs 2014-06-05 19:29:17 +02:00
query-dsl.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
search.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00