Uses of Class
org.elasticsearch.search.aggregations.bucket.histogram.ExtendedBounds
-
Packages that use ExtendedBounds Package Description org.elasticsearch.search.aggregations.bucket.histogram -
-
Uses of ExtendedBounds in org.elasticsearch.search.aggregations.bucket.histogram
Fields in org.elasticsearch.search.aggregations.bucket.histogram with type parameters of type ExtendedBounds Modifier and Type Field Description static ConstructingObjectParser<ExtendedBounds,Void>ExtendedBounds. PARSERMethods in org.elasticsearch.search.aggregations.bucket.histogram that return ExtendedBounds Modifier and Type Method Description ExtendedBoundsDateHistogramAggregationBuilder. extendedBounds()Return extended bounds for this histogram, ornullif none are set.Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type ExtendedBounds Modifier and Type Method Description DateHistogramAggregationBuilderDateHistogramAggregationBuilder. extendedBounds(ExtendedBounds extendedBounds)Set extended bounds on this histogram, so that buckets would also be generated on intervals that did not match any documents.Constructors in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type ExtendedBounds Constructor Description DateHistogramAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, long offset, BucketOrder order, boolean keyed, long minDocCount, Rounding rounding, Rounding shardRounding, ExtendedBounds extendedBounds, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)
-