elasticsearch/docs/java-api
Jim Ferenczi 437488ae64 Remove the MissingQueryBuilder which was deprecated in 2.2.0.
As a replacement use ExistsQueryBuilder inside a mustNot() clause.
So instead of using `new ExistsQueryBuilder(name)` now use:
`new BoolQueryBuilder().mustNot(new ExistsQueryBuilder(name))`.

Closes #14112
2015-12-10 12:55:05 +01:00
..
aggregations [doc] fix outdated java api examples 2015-06-16 09:45:07 +02:00
docs Merge pull request #14778 from rothvaw/patch-1 2015-11-18 15:22:02 +01:00
query-dsl Remove the MissingQueryBuilder which was deprecated in 2.2.0. 2015-12-10 12:55:05 +01: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
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
index.asciidoc Fixing typo 2015-12-02 09:25:52 +01: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 Edit search scroll docs for syntactic style 2015-09-19 14:42:14 -05:00