Skip to content

Commit da2bc26

Browse files
committed
[DOC] geo_shape field type supports geo_hex aggregation (elastic#112448)
1 parent 2b61680 commit da2bc26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ Documents using this type can be used:
1818
** a <<query-dsl-geo-shape-query,`geo_shape` query>> (for example, intersecting polygons).
1919
* to aggregate documents by geographic grids:
2020
** either <<search-aggregations-bucket-geohashgrid-aggregation,`geo_hash`>>
21-
** or <<search-aggregations-bucket-geotilegrid-aggregation,`geo_tile`>>.
22-
23-
Grid aggregations over `geo_hex` grids are not supported for `geo_shape` fields.
21+
** or <<search-aggregations-bucket-geotilegrid-aggregation,`geo_tile`>>
22+
** or <<search-aggregations-bucket-geohexgrid-aggregation,`geo_hex`>>
2423

2524
[[geo-shape-mapping-options]]
2625
[discrete]

0 commit comments

Comments
 (0)