From 991ab030dc0830c17cf3ecfc58aed516afe6af80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Sat, 21 Nov 2015 12:51:28 +0100 Subject: [PATCH] Adding notes about ShapeBuilder changes to migration doc. --- docs/reference/migration/migrate_3_0.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/migration/migrate_3_0.asciidoc b/docs/reference/migration/migrate_3_0.asciidoc index 667beb8b65b..08bcb380985 100644 --- a/docs/reference/migration/migrate_3_0.asciidoc +++ b/docs/reference/migration/migrate_3_0.asciidoc @@ -430,6 +430,10 @@ For simplicity, only one way of adding the ids to the existing list (empty by de error description). This will influence code that use the `IndexRequest.opType()` or `IndexRequest.create()` to index a document only if it doesn't already exist. +==== ShapeBuilders + +`InternalLineStringBuilder` is removed in favour of `LineStringBuilder`, `InternalPolygonBuilder` in favour of PolygonBuilder` and `Ring` has been replaced with `LineStringBuilder`. Also the abstract base classes `BaseLineStringBuilder` and `BasePolygonBuilder` haven been merged with their corresponding implementations. + [[breaking_30_cache_concurrency]] === Cache concurrency level settings removed