Interface Range
- All Superinterfaces:
Aggregation,MultiBucketsAggregation,ToXContent,ToXContentFragment
- All Known Implementing Classes:
InternalBinaryRange,InternalDateRange,InternalGeoDistance,InternalRange,ParsedBinaryRange,ParsedDateRange,ParsedGeoDistance,ParsedRange
public interface Range extends MultiBucketsAggregation
A
range aggregation. Defines multiple buckets, each associated with a pre-defined value range of a field,
and where the value of that fields in all documents in each bucket fall in the bucket's range.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRange.BucketA bucket associated with a specific rangeNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER -
Method Summary
Modifier and Type Method Description java.util.List<? extends Range.Bucket>getBuckets()Return the buckets of this range aggregation.Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetaData, getName, getType
-
Method Details
-
getBuckets
java.util.List<? extends Range.Bucket> getBuckets()Return the buckets of this range aggregation.- Specified by:
getBucketsin interfaceMultiBucketsAggregation- Returns:
- The buckets of this aggregation.
-