Uses of Class
org.elasticsearch.search.aggregations.bucket.range.InternalDateRange.Bucket
-
Packages that use InternalDateRange.Bucket Package Description org.elasticsearch.search.aggregations.bucket.range -
-
Uses of InternalDateRange.Bucket in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return InternalDateRange.Bucket Modifier and Type Method Description InternalDateRange.BucketInternalDateRange.Factory. createBucket(String key, double from, double to, long docCount, InternalAggregations aggregations, boolean keyed, DocValueFormat formatter)InternalDateRange.BucketInternalDateRange.Factory. createBucket(InternalAggregations aggregations, InternalDateRange.Bucket prototype)Methods in org.elasticsearch.search.aggregations.bucket.range that return types with arguments of type InternalDateRange.Bucket Modifier and Type Method Description protected InternalRange.Factory<InternalDateRange.Bucket,?>InternalDateRange.Bucket. getFactory()InternalRange.Factory<InternalDateRange.Bucket,InternalDateRange>InternalDateRange. getFactory()Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type InternalDateRange.Bucket Modifier and Type Method Description InternalDateRange.BucketInternalDateRange.Factory. createBucket(InternalAggregations aggregations, InternalDateRange.Bucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type InternalDateRange.Bucket Modifier and Type Method Description InternalDateRangeInternalDateRange.Factory. create(String name, List<InternalDateRange.Bucket> ranges, DocValueFormat formatter, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)InternalDateRangeInternalDateRange.Factory. create(List<InternalDateRange.Bucket> ranges, InternalDateRange prototype)
-