Constructor and Description |
---|
GeoHashGridAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
int requiredSize,
int shardSize,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
HistogramAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
RangeAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
RangeAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
InternalRange.Factory rangeFactory,
List<RangeAggregator.Range> ranges,
boolean keyed,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valueSourceConfig,
InternalRange.Factory rangeFactory,
List<RangeAggregator.Range> ranges,
boolean keyed) |
Constructor and Description |
---|
SignificantLongTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
long estimatedBucketCount,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
SignificantTermsAggregatorFactory termsAggFactory,
IncludeExclude.LongFilter includeExclude) |
Modifier and Type | Field and Description |
---|---|
protected ValuesSource.Numeric |
LongTermsAggregator.valuesSource |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.index.SortedNumericDocValues |
LongTermsAggregator.getValues(ValuesSource.Numeric valuesSource) |
protected org.apache.lucene.index.SortedNumericDocValues |
DoubleTermsAggregator.getValues(ValuesSource.Numeric valuesSource) |
Constructor and Description |
---|
DoubleTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
long estimatedBucketCount,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode collectionMode,
boolean showTermDocCountError,
IncludeExclude.LongFilter longFilter) |
LongTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
long estimatedBucketCount,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
Aggregator.SubAggCollectionMode subAggCollectMode,
boolean showTermDocCountError,
IncludeExclude.LongFilter longFilter) |
Modifier and Type | Method and Description |
---|---|
protected abstract AggregatorFactory |
NumericValuesSourceMetricsAggregatorParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
AvgAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
AvgParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
Constructor and Description |
---|
AvgAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
Factory(String name,
String type,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
MaxAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
MaxParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
Constructor and Description |
---|
MaxAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
MinAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
MinParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
Constructor and Description |
---|
MinAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
Modifier and Type | Field and Description |
---|---|
protected ValuesSource.Numeric |
AbstractPercentilesAggregator.valuesSource |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
PercentilesAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
protected Aggregator |
PercentileRanksAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
PercentileRanksParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
double compression,
boolean keyed) |
protected abstract AggregatorFactory |
AbstractPercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double[] cdfValues,
double compression,
boolean keyed) |
protected AggregatorFactory |
PercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
double compression,
boolean keyed) |
Constructor and Description |
---|
AbstractPercentilesAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
double compression,
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 |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] percents,
double compression,
boolean keyed) |
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] values,
double compression,
boolean keyed) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
StatsAggegator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
StatsParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
Constructor and Description |
---|
StatsAggegator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
ExtendedStatsAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
ExtendedStatsParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double sigma) |
Constructor and Description |
---|
ExtendedStatsAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
double sigma) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double sigma) |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
SumAggregator.Factory.create(ValuesSource.Numeric valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Modifier and Type | Method and Description |
---|---|
protected AggregatorFactory |
SumParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
Constructor and Description |
---|
SumAggregator(String name,
long estimatedBucketsCount,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
Modifier and Type | Class and Description |
---|---|
static class |
ValuesSource.Numeric.FieldData |
static class |
ValuesSource.Numeric.Script |
static class |
ValuesSource.Numeric.WithScript |
Modifier and Type | Method and Description |
---|---|
static ValuesSourceParser.Builder<ValuesSource.Numeric> |
ValuesSourceParser.numeric(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
Constructor and Description |
---|
WithScript(ValuesSource.Numeric delegate,
SearchScript script) |
Copyright © 2009–2015. All rights reserved.