Class AggregationResult

java.lang.Object
de.elo.ix.client.esearch.aggregations.AggregationResult
All Implemented Interfaces:
Serializable

public class AggregationResult extends Object implements Serializable
Return object for AggregationQueries.
Consists of name and type and a type specific part. This type specific part contains actual results according to its AggregationType.
Hence, in each instance of AggregationResult is only one type specific part valid. All other parts are not valid and equal to null.
Since:
21.03.000.001
See Also: