Skip to content

Commit 3a0a1e3

Browse files
committed
[DOCS] Changed quad tree max levels to 29. Clears 21191
1 parent 6a4c5f3 commit 3a0a1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/types/geo-shape.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ http://en.wikipedia.org/wiki/Quadtree[quadtree] for grid squares.
126126
Similar to geohash, quad trees interleave the bits of the latitude and
127127
longitude the resulting hash is a bit set. A tree level in a quad tree
128128
represents 2 bits in this bit set, one for each coordinate. The maximum
129-
amount of levels for the quad trees in Elasticsearch is 50.
129+
amount of levels for the quad trees in Elasticsearch is 29.
130130

131131
[[spatial-strategy]]
132132
[float]

0 commit comments

Comments
 (0)