WARNING: Version 6.2 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Geo changes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Geo changes
editDeprecated ShapeBuilders
helper class
editThe ShapeBuilders
class containing static methods to create shape specific builders
(e.g., ShapeBuilders.newPoint
) has been deprecated. One must now use the builder’s
constructor instead (e.g., `new MultiPointBuilder()).
Deprecated ShapeBuilder.parse
static method
editThe ShapeBuilder.parse
method has been deprecated. Use ShapeParser.parse
instead.