Uses of Class
org.elasticsearch.search.aggregations.bucket.composite.InternalComposite.InternalBucket
-
Packages that use InternalComposite.InternalBucket Package Description org.elasticsearch.search.aggregations.bucket.composite -
-
Uses of InternalComposite.InternalBucket in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite that return InternalComposite.InternalBucket Modifier and Type Method Description InternalComposite.InternalBucketInternalComposite. createBucket(InternalAggregations aggregations, InternalComposite.InternalBucket prototype)protected InternalComposite.InternalBucketInternalComposite. reduceBucket(List<InternalComposite.InternalBucket> buckets, InternalAggregation.ReduceContext context)Methods in org.elasticsearch.search.aggregations.bucket.composite that return types with arguments of type InternalComposite.InternalBucket Modifier and Type Method Description List<InternalComposite.InternalBucket>InternalComposite. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type InternalComposite.InternalBucket Modifier and Type Method Description intInternalComposite.InternalBucket. compareKey(InternalComposite.InternalBucket other)InternalComposite.InternalBucketInternalComposite. createBucket(InternalAggregations aggregations, InternalComposite.InternalBucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.composite with type arguments of type InternalComposite.InternalBucket Modifier and Type Method Description InternalCompositeInternalComposite. create(List<InternalComposite.InternalBucket> newBuckets)protected InternalComposite.InternalBucketInternalComposite. reduceBucket(List<InternalComposite.InternalBucket> buckets, InternalAggregation.ReduceContext context)
-