Module org.elasticsearch.server
Interface MultiBucketsAggregation
- All Superinterfaces:
Aggregation,ToXContent,ToXContentFragment
- All Known Subinterfaces:
CompositeAggregation,Filters,GeoGrid,Histogram,IpPrefix,Range,RareTerms,SignificantTerms,Terms
- All Known Implementing Classes:
AbstractInternalTerms,DoubleTerms,InternalBinaryRange,InternalComposite,InternalDateHistogram,InternalDateRange,InternalFilters,InternalGeoDistance,InternalGeoGrid,InternalGeoHashGrid,InternalGeoTileGrid,InternalHistogram,InternalIpPrefix,InternalMappedRareTerms,InternalMappedSignificantTerms,InternalMappedTerms,InternalMultiBucketAggregation,InternalRange,InternalRareTerms,InternalSignificantTerms,InternalTerms,InternalVariableWidthHistogram,LongRareTerms,LongTerms,SignificantLongTerms,SignificantStringTerms,StringRareTerms,StringTerms,UnmappedRareTerms,UnmappedSignificantTerms,UnmappedTerms
An aggregation that returns multiple buckets
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA bucket represents a criteria to which all documents that fall in it adhere to.Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetadata, getName, getTypeMethods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
getBuckets
List<? extends MultiBucketsAggregation.Bucket> getBuckets()- Returns:
- The buckets of this aggregation.
-