Browse Source

update docs for vector tile and geohex (#96595)

Geohex aggregation is now supported since Elasticsearch 8.7 for geo_shape fields so update docs accordingly.
Ignacio Vera 2 năm trước cách đây
mục cha
commit
15a6aca060
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      docs/reference/search/search-vector-tile-api.asciidoc

+ 1 - 4
docs/reference/search/search-vector-tile-api.asciidoc

@@ -222,13 +222,10 @@ Defaults to `5`.
 [%collapsible%open]
 ====
 `geotile` (Default)::
-<<search-aggregations-bucket-geotilegrid-aggregation,`geotile_grid`>>
-aggregation.
+<<search-aggregations-bucket-geotilegrid-aggregation,`geotile_grid`>> aggregation.
 
 `geohex`::
 <<search-aggregations-bucket-geohexgrid-aggregation,`geohex_grid`>> aggregation.
-If you specify this value, the `<field>` must be a <<geo-point,`geo_point`>>
-field.
 ====
 // end::grid-agg[]