Package | Description |
---|---|
org.elasticsearch.common.rounding | |
org.elasticsearch.search.aggregations.bucket.histogram | |
org.elasticsearch.search.facet.datehistogram |
Modifier and Type | Class and Description |
---|---|
static class |
Rounding.FactorRounding |
static class |
Rounding.Interval
Rounding strategy which is based on an interval
rounded = value - (value % interval) |
static class |
Rounding.PrePostRounding |
class |
TimeZoneRounding |
Modifier and Type | Method and Description |
---|---|
Rounding |
TimeZoneRounding.Builder.build() |
static Rounding |
Rounding.Streams.read(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
static void |
Rounding.Streams.write(Rounding rounding,
StreamOutput out) |
Constructor and Description |
---|
PrePostRounding(Rounding intervalRounding,
long preOffset,
long postOffset) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> config,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory<?> histogramFactory) |
HistogramAggregator(String name,
AggregatorFactories factories,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
long initialCapacity,
org.elasticsearch.search.aggregations.bucket.histogram.InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent) |
Copyright © 2009–2015. All rights reserved.