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
[Gg]eodistance
[Gg]eohash
GeoHex
[Gg]eohex
[Gg]eopoint
[Gg]eopolygon
[Gg]eoshape
[Gg]eospatial
[Gg]eotile
gibibyte
[Hh]ashmap
[Hh]ostname

View File

@ -1,12 +1,12 @@
---
layout: default
title: Geo distance
title: Geodistance
parent: Bucket aggregations
grand_parent: Aggregations
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.
It's the same as the `range` aggregation, except that it works on geo locations.

View File

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