Rename `geohashgrid` to `geohash_grid` in documentation.
It was renamed in fc6bc4c477
.
Close #4997
This commit is contained in:
parent
1bd9dc129b
commit
cc1ff560df
|
@ -22,7 +22,7 @@ The specified field must be of type `geo_point` (which can only be set explicitl
|
|||
{
|
||||
"aggregations" : {
|
||||
"myLarge-GrainGeoHashGrid" : {
|
||||
"geohashgrid" : {
|
||||
"geohash_grid" : {
|
||||
"field" : "location",
|
||||
"precision" : 3
|
||||
}
|
||||
|
@ -74,7 +74,7 @@ When requesting detailed buckets (typically for displaying a "zoomed in" map) a
|
|||
},
|
||||
"aggregations":{
|
||||
"zoom1":{
|
||||
"geohashgrid" : {
|
||||
"geohash_grid" : {
|
||||
"field":"location",
|
||||
"precision":8,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue