public class TopValuesAggregateResult extends AggregateResult
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CountedValue> |
getEntries()
Returns the paged list of entries for this top-values aggregate, with paging
corresponding to the offset and limit parameters of the original request.
|
double |
getLimit()
Returns the limit parameter for this top-values aggregate, as designated in the
original request.
|
int |
getOffset()
Returns the offset parameter for this top-values aggregate, as designated in the
original request.
|
getAggregateKind, getFieldName, getValueCountpublic java.util.List<CountedValue> getEntries()
public int getOffset()
public double getLimit()