Fix geo words and nav order (#4529)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2023-07-07 16:51:01 -04:00 committed by GitHub
parent 178a7d5301
commit f792b2b9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -28,11 +28,12 @@ Distro
Gantt Gantt
[Gg]eodistance [Gg]eodistance
[Gg]eohash [Gg]eohash
GeoHex [Gg]eohex
[Gg]eopoint [Gg]eopoint
[Gg]eopolygon [Gg]eopolygon
[Gg]eoshape [Gg]eoshape
[Gg]eospatial [Gg]eospatial
[Gg]eotile
gibibyte gibibyte
[Hh]ashmap [Hh]ashmap
[Hh]ostname [Hh]ostname

View File

@ -1,12 +1,12 @@
--- ---
layout: default layout: default
title: Geo distance title: Geodistance
parent: Bucket aggregations parent: Bucket aggregations
grand_parent: Aggregations grand_parent: Aggregations
nav_order: 70 nav_order: 70
--- ---
# Geo distance aggregations # Geodistance aggregations
The `geo_distance` aggregation groups documents into concentric circles based on distances from an origin `geo_point` field. The `geo_distance` aggregation groups documents into concentric circles based on distances from an origin `geo_point` field.
It's the same as the `range` aggregation, except that it works on geo locations. It's the same as the `range` aggregation, except that it works on geo locations.

View File

@ -2,6 +2,7 @@
layout: default layout: default
title: Geohex grid title: Geohex grid
parent: Bucket aggregations parent: Bucket aggregations
grand_parent: Aggregations
nav_order: 85 nav_order: 85
redirect_from: redirect_from:
- /aggregations/geohexgrid/ - /aggregations/geohexgrid/