public class QueryTermAggregation extends QueryAggregation
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
count |
protected java.lang.String |
field |
protected java.util.List<QueryTermAggregationResult> |
results |
discriminatorMapping, discriminatorPropertyName, type| Constructor and Description |
|---|
QueryTermAggregation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCount()
Gets the count.
|
java.lang.String |
getField()
Gets the field.
|
java.util.List<QueryTermAggregationResult> |
getResults()
Gets the results.
|
getTypeprotected java.lang.String field
protected java.lang.Long count
protected java.util.List<QueryTermAggregationResult> results
public java.lang.String getField()
public java.lang.Long getCount()
public java.util.List<QueryTermAggregationResult> getResults()