Uses of Class
org.elasticsearch.search.aggregations.bucket.filter.InternalFilters.InternalBucket
-
Packages that use InternalFilters.InternalBucket Package Description org.elasticsearch.search.aggregations.bucket.filter -
-
Uses of InternalFilters.InternalBucket in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter that return InternalFilters.InternalBucket Modifier and Type Method Description InternalFilters.InternalBucketInternalFilters. createBucket(InternalAggregations aggregations, InternalFilters.InternalBucket prototype)InternalFilters.InternalBucketInternalFilters. getBucketByKey(String key)protected InternalFilters.InternalBucketInternalFilters. reduceBucket(List<InternalFilters.InternalBucket> buckets, InternalAggregation.ReduceContext context)Methods in org.elasticsearch.search.aggregations.bucket.filter that return types with arguments of type InternalFilters.InternalBucket Modifier and Type Method Description List<InternalFilters.InternalBucket>InternalFilters. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type InternalFilters.InternalBucket Modifier and Type Method Description InternalFilters.InternalBucketInternalFilters. createBucket(InternalAggregations aggregations, InternalFilters.InternalBucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.filter with type arguments of type InternalFilters.InternalBucket Modifier and Type Method Description InternalFiltersInternalFilters. create(List<InternalFilters.InternalBucket> buckets)protected InternalFilters.InternalBucketInternalFilters. reduceBucket(List<InternalFilters.InternalBucket> buckets, InternalAggregation.ReduceContext context)Constructor parameters in org.elasticsearch.search.aggregations.bucket.filter with type arguments of type InternalFilters.InternalBucket Constructor Description InternalFilters(String name, List<InternalFilters.InternalBucket> buckets, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
-