From 3a0a1e328d98a59491ffc36a8a13a588490e74fb Mon Sep 17 00:00:00 2001 From: Sue-Gallagher Date: Mon, 23 Apr 2018 14:04:16 -0700 Subject: [PATCH] [DOCS] Changed quad tree max levels to 29. Clears 21191 --- docs/reference/mapping/types/geo-shape.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/geo-shape.asciidoc b/docs/reference/mapping/types/geo-shape.asciidoc index 43ad71e37073f..a0d02f5323d75 100644 --- a/docs/reference/mapping/types/geo-shape.asciidoc +++ b/docs/reference/mapping/types/geo-shape.asciidoc @@ -126,7 +126,7 @@ http://en.wikipedia.org/wiki/Quadtree[quadtree] for grid squares. Similar to geohash, quad trees interleave the bits of the latitude and longitude the resulting hash is a bit set. A tree level in a quad tree represents 2 bits in this bit set, one for each coordinate. The maximum -amount of levels for the quad trees in Elasticsearch is 50. +amount of levels for the quad trees in Elasticsearch is 29. [[spatial-strategy]] [float]