Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/reference/mapping/types/geo-shape.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ Documents using this type can be used:
** a <<query-dsl-geo-shape-query,`geo_shape` query>> (for example, intersecting polygons).
* to aggregate documents by geographic grids:
** either <<search-aggregations-bucket-geohashgrid-aggregation,`geo_hash`>>
** or <<search-aggregations-bucket-geotilegrid-aggregation,`geo_tile`>>.

Grid aggregations over `geo_hex` grids are not supported for `geo_shape` fields.
** or <<search-aggregations-bucket-geotilegrid-aggregation,`geo_tile`>>
** or <<search-aggregations-bucket-geohexgrid-aggregation,`geo_hex`>>

[[geo-shape-mapping-options]]
[discrete]
Expand Down
Loading