Skip to content

Commit

Permalink
[DOCS] Changed quad tree max levels to 29. Clears 21191
Browse files Browse the repository at this point in the history
  • Loading branch information
Sue-Gallagher committed Apr 23, 2018
1 parent 6a4c5f3 commit 3a0a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/types/geo-shape.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3a0a1e3

Please sign in to comment.