| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
HistogramAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| 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,
InternalHistogram.Factory<?> histogramFactory,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
HistogramAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> config,
Rounding rounding,
org.elasticsearch.search.aggregations.bucket.histogram.InternalOrder order,
boolean keyed,
long minDocCount,
ExtendedBounds extendedBounds,
InternalHistogram.Factory<?> histogramFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
RangeAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| 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,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
RangeAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valueSourceConfig,
InternalRange.Factory rangeFactory,
List<RangeAggregator.Range> ranges,
boolean keyed) |
| Constructor and Description |
|---|
DiversifiedNumericSamplerAggregator(String name,
int shardSize,
AggregatorFactories factories,
AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData,
ValuesSource.Numeric valuesSource,
int maxDocsPerValue) |
| Constructor and Description |
|---|
SignificantLongTermsAggregator(String name,
AggregatorFactories factories,
ValuesSource.Numeric valuesSource,
ValueFormat format,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
AggregationContext aggregationContext,
Aggregator parent,
SignificantTermsAggregatorFactory termsAggFactory,
IncludeExclude.LongFilter includeExclude,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| 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,
org.apache.lucene.index.LeafReaderContext ctx) |
protected org.apache.lucene.index.SortedNumericDocValues |
DoubleTermsAggregator.getValues(ValuesSource.Numeric valuesSource,
org.apache.lucene.index.LeafReaderContext ctx) |
| 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.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
AvgParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
AvgAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
AvgAggregator.Factory(String name,
String type,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
MaxAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
MaxParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
MaxAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
MaxAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
MinAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
MinParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
MinAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
MinAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
PercentileRanksParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected abstract AggregatorFactory |
AbstractPercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double[] cdfValues,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
protected AggregatorFactory |
PercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
PercentilesMethod method,
Double compression,
Integer numberOfSignificantValueDigits,
boolean keyed) |
| Modifier and Type | Field and Description |
|---|---|
protected ValuesSource.Numeric |
AbstractHDRPercentilesAggregator.valuesSource |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
HDRPercentileRanksAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
protected Aggregator |
HDRPercentilesAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
AbstractHDRPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
int numberOfSignificantValueDigits,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
HDRPercentileRanksAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
int numberOfSignificantValueDigits,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
HDRPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
int numberOfSignificantValueDigits,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
HDRPercentileRanksAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] values,
int numberOfSignificantValueDigits,
boolean keyed) |
HDRPercentilesAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] percents,
int numberOfSignificantValueDigits,
boolean keyed) |
| Modifier and Type | Field and Description |
|---|---|
protected ValuesSource.Numeric |
AbstractTDigestPercentilesAggregator.valuesSource |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
TDigestPercentileRanksAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
protected Aggregator |
TDigestPercentilesAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
AbstractTDigestPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] keys,
double compression,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
TDigestPercentileRanksAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
TDigestPercentilesAggregator(String name,
ValuesSource.Numeric valuesSource,
AggregationContext context,
Aggregator parent,
double[] percents,
double compression,
boolean keyed,
ValueFormatter formatter,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
TDigestPercentileRanksAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] values,
double compression,
boolean keyed) |
TDigestPercentilesAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] percents,
double compression,
boolean keyed) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
StatsAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
StatsParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
StatsAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
StatsAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
ExtendedStatsAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
ExtendedStatsParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double sigma) |
| Constructor and Description |
|---|
ExtendedStatsAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
double sigma,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
ExtendedStatsAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double sigma) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
SumAggregator.Factory.doCreateInternal(ValuesSource.Numeric valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
SumParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
SumAggregator(String name,
ValuesSource.Numeric valuesSource,
ValueFormatter formatter,
AggregationContext context,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
SumAggregator.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 | Field and Description |
|---|---|
static ValuesSource.Numeric |
ValuesSource.Numeric.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static ValuesSource.Numeric |
MissingValues.replaceMissing(ValuesSource.Numeric valuesSource,
Number missing) |
| Modifier and Type | Method and Description |
|---|---|
static ValuesSourceParser.Builder<ValuesSource.Numeric> |
ValuesSourceParser.numeric(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ValuesSource.Numeric |
MissingValues.replaceMissing(ValuesSource.Numeric valuesSource,
Number missing) |
| Constructor and Description |
|---|
ValuesSource.Numeric.WithScript(ValuesSource.Numeric delegate,
SearchScript script) |
Copyright © 2009–2017. All rights reserved.