public class GeohashAggregation extends Aggregation implements SupportsNestedAggregationsAggregation
| Constructor and Description |
|---|
GeohashAggregation(String aggregationName,
String fieldName,
int precision) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNestedAggregation(Aggregation nestedAggregation) |
String |
getAggregationName() |
String |
getFieldName() |
Iterable<Aggregation> |
getNestedAggregations() |
int |
getPrecision() |
public String getAggregationName()
getAggregationName in class Aggregationpublic String getFieldName()
public int getPrecision()
public void addNestedAggregation(Aggregation nestedAggregation)
addNestedAggregation in interface SupportsNestedAggregationsAggregationpublic Iterable<Aggregation> getNestedAggregations()
getNestedAggregations in interface SupportsNestedAggregationsAggregationCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.