Modifier and Type | Field and Description |
---|---|
protected ValueFormatter |
InternalHistogram.Bucket.formatter |
Modifier and Type | Method and Description |
---|---|
protected org.elasticsearch.search.aggregations.bucket.histogram.InternalDateHistogram.Bucket |
InternalDateHistogram.createBucket(long key,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
protected B |
InternalHistogram.createBucket(long key,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
Constructor and Description |
---|
Bucket(long key,
long docCount,
ValueFormatter formatter,
InternalAggregations aggregations) |
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) |
Modifier and Type | Method and Description |
---|---|
R |
InternalRange.Factory.create(String name,
List<B> ranges,
ValueFormatter formatter,
boolean keyed) |
B |
InternalRange.Factory.createBucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
protected String |
InternalRange.Bucket.generateKey(double from,
double to,
ValueFormatter formatter) |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
InternalRange(String name,
List<B> ranges,
ValueFormatter formatter,
boolean keyed) |
Constructor and Description |
---|
Bucket(String key,
double from,
double to,
long docCount,
InternalAggregations aggregations,
ValueFormatter formatter) |
Bucket(String key,
double from,
double to,
long docCount,
List<InternalAggregation> aggregations,
ValueFormatter formatter) |
Constructor and Description |
---|
InternalGeoDistance(String name,
List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges,
ValueFormatter formatter,
boolean keyed) |
Constructor and Description |
---|
SignificantLongTerms(long subsetSize,
long supersetSize,
String name,
ValueFormatter formatter,
int requiredSize,
long minDocCount,
SignificanceHeuristic significanceHeuristic,
Collection<InternalSignificantTerms.Bucket> buckets) |
Modifier and Type | Field and Description |
---|---|
protected ValueFormatter |
LongTermsAggregator.formatter |
Constructor and Description |
---|
DoubleTerms(String name,
Terms.Order order,
ValueFormatter formatter,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
LongTerms(String name,
Terms.Order order,
ValueFormatter formatter,
int requiredSize,
int shardSize,
long minDocCount,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
Modifier and Type | Field and Description |
---|---|
protected ValueFormatter |
InternalNumericMetricsAggregation.valueFormatter |
Constructor and Description |
---|
AvgAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
InternalAvg(String name,
double sum,
long count,
ValueFormatter formatter) |
Constructor and Description |
---|
CardinalityAggregator(String name,
long estimatedBucketsCount,
ValuesSource valuesSource,
boolean rehash,
int precision,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
InternalMax(String name,
double max,
ValueFormatter formatter) |
MaxAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
InternalMin(String name,
double min,
ValueFormatter formatter) |
MinAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Modifier and Type | Field and Description |
---|---|
protected ValueFormatter |
AbstractPercentilesAggregator.formatter |
Constructor and Description |
---|
AbstractPercentilesAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
double compression,
boolean keyed,
ValueFormatter formatter) |
InternalPercentileRanks(String name,
double[] cdfValues,
TDigestState state,
boolean keyed,
ValueFormatter formatter) |
InternalPercentiles(String name,
double[] percents,
TDigestState state,
boolean keyed,
ValueFormatter formatter) |
PercentileRanksAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter) |
PercentilesAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter) |
Constructor and Description |
---|
InternalStats(String name,
long count,
double sum,
double min,
double max,
ValueFormatter formatter) |
StatsAggegator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
ExtendedStatsAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
double sigma) |
InternalExtendedStats(String name,
long count,
double sum,
double min,
double max,
double sumOfSqrs,
double sigma,
ValueFormatter formatter) |
Constructor and Description |
---|
SumAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
InternalValueCount(String name,
long value,
ValueFormatter formatter) |
ValueCountAggregator(String name,
long expectedBucketsCount,
ValuesSource valuesSource,
ValueFormatter formatter,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
ValueFormatter |
ValuesSourceConfig.formatter() |
Modifier and Type | Class and Description |
---|---|
static class |
ValueFormatter.DateTime
A time formatter which is based on date/time format.
|
static class |
ValueFormatter.GeoHash |
static class |
ValueFormatter.IPv4Formatter |
static class |
ValueFormatter.Number |
static class |
ValueFormatter.Number.Pattern |
static class |
ValueFormatter.Raw |
Modifier and Type | Field and Description |
---|---|
static ValueFormatter |
ValueFormatter.DateTime.DEFAULT |
static ValueFormatter |
ValueFormatter.GEOHASH |
static ValueFormatter |
ValueFormatter.IPv4 |
static ValueFormatter |
ValueFormatter.RAW |
Modifier and Type | Method and Description |
---|---|
ValueFormatter |
ValueFormat.formatter() |
static ValueFormatter |
ValueFormatterStreams.read(StreamInput in) |
static ValueFormatter |
ValueFormatterStreams.readOptional(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
static void |
ValueFormatterStreams.write(ValueFormatter formatter,
StreamOutput out) |
static void |
ValueFormatterStreams.writeOptional(ValueFormatter formatter,
StreamOutput out) |
Constructor and Description |
---|
DateTime(String pattern,
ValueFormatter formatter,
ValueParser parser) |
Number(String pattern,
ValueFormatter formatter,
ValueParser parser) |
Patternable(String pattern,
ValueFormatter formatter,
ValueParser parser) |
ValueFormat(ValueFormatter formatter,
ValueParser parser) |
Copyright © 2009–2015. All rights reserved.