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
|
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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue