public class TermsAggregation extends BucketAggregation
| Modifier and Type | Class and Description |
|---|---|
class |
TermsAggregation.Entry |
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
jsonRoot, name| Constructor and Description |
|---|
TermsAggregation(String name,
com.google.gson.JsonObject termAggregation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<TermsAggregation.Entry> |
getBuckets() |
Long |
getDocCountErrorUpperBound() |
Long |
getSumOtherDocCount() |
int |
hashCode() |
getNamepublic static final String TYPE
public TermsAggregation(String name, com.google.gson.JsonObject termAggregation)
public Long getDocCountErrorUpperBound()
public Long getSumOtherDocCount()
public List<TermsAggregation.Entry> getBuckets()
public boolean equals(Object obj)
equals in class Aggregationpublic int hashCode()
hashCode in class AggregationCopyright © 2017. All rights reserved.