feat(elasticsearch): added geo hash bucket aggregation

This commit is contained in:
Torkel Ödegaard
2016-04-28 15:29:54 +02:00
parent 5a241a8290
commit 69c2fafa7a
4 changed files with 23 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ function (_) {
bucketAggTypes: [
{text: "Terms", value: 'terms', requiresField: true},
{text: "Filters", value: 'filters' },
{text: "Geo Hash Grid", value: 'geohash_grid', requiresField: true},
{text: "Date Histogram", value: 'date_histogram', requiresField: true},
],