5 Commits

Author SHA1 Message Date
Nik Everett
cac93949fe
API: Drop deprecated methods from Retry ()
We deprecated the `Retry.withBackoff` flavors with `Settings` in 6.5
because they were no longer needed. This drops them form 7.0.
2018-09-21 07:55:50 -04:00
lcawl
6b780e9926 [DOCS] Fixing formatting issues in breaking changes 2018-09-07 16:53:36 -07:00
Jim Ferenczi
79cd6385fe
Collapse package structure for metrics aggs ()
This change collapses all metrics aggregations classes into a single package `org.elasticsearch.aggregations.metrics`.
It also restricts the visibility of some classes (aggregators and factories) that should not be used outside of the package.

Relates 
2018-09-07 10:58:06 +02:00
Ryan Ernst
c0961b79be
Docs: Add note about removing prepareExecute from the java client ()
relates 
2018-06-19 07:21:58 -07:00
olcbean
0c83240b5f Java Api clean up: remove deprecated isShardsAcked ()
This PR removes previously deprecated `isShardsAcked()` method in
favour of `isShardsAcknowledged()` on `CreateIndexResponse`, `CreateIndexClusterStateUpdateResponse` and `RolloverResponse` 

Related to 
Follow-up of 
2018-01-25 14:13:20 +01:00