12 Commits

Author SHA1 Message Date
Igor Motov
98c850c08b
Geo: Change order of parameter in Geometries to lon, lat 7.x ()
Changes the order of parameters in Geometries from lat, lon to lon, lat
and moves all Geometry classes are moved to the
org.elasticsearch.geomtery package.

Backport of 

Closes 
2019-08-16 14:42:02 -04:00
James Rodewig
ee1e4db266
[DOCS] Set literal anchors for Asciidoctor () 2019-05-28 14:16:18 -04:00
Lisa Cawley
1ed4f215ac
[DOCS] Add notable-breaking-changes tags () 2019-04-08 18:54:29 -07:00
Przemyslaw Gomulka
b6e5ccaf8a
Remove the AbstracLifecycleComponent constructor with Settings ()
Adding the migration guide and removing the deprecated in 6.x
constructor

relates 
relates 
2019-01-17 09:10:09 +01:00
Julie Tibshirani
59ee8b5c69
Remove the deprecated _termvector endpoint. () 2018-12-03 10:22:42 -08:00
Zachary Tong
299d044bfc
Collapse pipeline aggs into single package ()
- Restrict visibility of Aggregators and Factories
- Move PipelineAggregatorBuilders up a level so it is consistent with
AggregatorBuilders
- Checkstyle line length fixes for a few classes
- Minor odds/ends (swapping to method references, formatting, etc)
2018-10-23 16:01:01 -04:00
Lisa Cawley
37be3e713c
[DOCS] Synchronize location of Breaking Changes () 2018-09-27 08:41:38 -07:00
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