public class QueryAggregationInfo extends Object implements IQueryAggregationInfo
Constructor and Description |
---|
QueryAggregationInfo(String field,
AggregationType aggregationType) |
Modifier and Type | Method and Description |
---|---|
AggregationType |
getAggregationType() |
String |
getField() |
String |
toString() |
public QueryAggregationInfo(String field, AggregationType aggregationType)
public AggregationType getAggregationType()
getAggregationType
in interface IQueryAggregationInfo
public String getField()
getField
in interface IQueryAggregationInfo