| Constructor and Description |
|---|
ParentToChildrenAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Bytes.ParentChild> config,
String parentType,
org.apache.lucene.search.Query parentFilter,
org.apache.lucene.search.Query childFilter) |
| 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) |
| Constructor and Description |
|---|
MissingAggregator.Factory(String name,
ValuesSourceConfig valueSourceConfig) |
| Constructor and Description |
|---|
RangeAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valueSourceConfig,
InternalRange.Factory rangeFactory,
List<RangeAggregator.Range> ranges,
boolean keyed) |
| Constructor and Description |
|---|
SamplerAggregator.DiversifiedFactory(String name,
int shardSize,
String executionHint,
ValuesSourceConfig vsConfig,
int maxDocsPerValue) |
| Constructor and Description |
|---|
SignificantTermsAggregatorFactory(String name,
ValuesSourceConfig valueSourceConfig,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
String executionHint,
org.apache.lucene.search.Query filter,
SignificanceHeuristic significanceHeuristic) |
| Constructor and Description |
|---|
TermsAggregatorFactory(String name,
ValuesSourceConfig config,
Terms.Order order,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
String executionHint,
Aggregator.SubAggCollectionMode executionMode,
boolean showTermDocCountError) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AggregatorFactory |
NumericValuesSourceMetricsAggregatorParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
AvgParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
AvgAggregator.Factory(String name,
String type,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Constructor and Description |
|---|
GeoBoundsAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.GeoPoint> config,
boolean wrapLongitude) |
| Constructor and Description |
|---|
GeoCentroidAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.GeoPoint> config) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
MaxParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
MaxAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
MinParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| 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) |
| 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) |
| 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 AggregatorFactory |
StatsParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
StatsAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
ExtendedStatsParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config,
double sigma) |
| Constructor and Description |
|---|
ExtendedStatsAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double sigma) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
SumParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
SumAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Constructor and Description |
|---|
ValueCountAggregator.Factory(String name,
ValuesSourceConfig<VS> config) |
| Modifier and Type | Field and Description |
|---|---|
protected ValuesSourceConfig<VS> |
ValuesSourceAggregatorFactory.config |
| Modifier and Type | Method and Description |
|---|---|
ValuesSourceConfig<VS> |
ValuesSourceParser.config() |
ValuesSourceConfig<VS> |
ValuesSourceConfig.fieldContext(FieldContext fieldContext) |
ValuesSourceConfig<VS> |
ValuesSourceConfig.script(SearchScript script) |
ValuesSourceConfig<VS> |
ValuesSourceConfig.unmapped(boolean unmapped) |
| Modifier and Type | Method and Description |
|---|---|
<VS extends ValuesSource> |
AggregationContext.valuesSource(ValuesSourceConfig<VS> config,
SearchContext context)
Get a value source given its configuration.
|
| Constructor and Description |
|---|
ValuesSourceAggregatorFactory.LeafOnly(String name,
String type,
ValuesSourceConfig<VS> valuesSourceConfig) |
ValuesSourceAggregatorFactory(String name,
String type,
ValuesSourceConfig<VS> config) |
Copyright © 2009–2017. All rights reserved.