Fix geo words and nav order (#4529)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
178a7d5301
commit
f792b2b9a3
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
layout: default
|
||||
title: Geohex grid
|
||||
parent: Bucket aggregations
|
||||
grand_parent: Aggregations
|
||||
nav_order: 85
|
||||
redirect_from:
|
||||
- /aggregations/geohexgrid/
|
||||
|
|
Loading…
Reference in New Issue