| Constructor and Description |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Bytes.ParentChild> config,
String parentType,
org.apache.lucene.search.Filter parentFilter,
org.apache.lucene.search.Filter childFilter) |
| 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) |
| Constructor and Description |
|---|
Factory(String name,
ValuesSourceConfig valueSourceConfig) |
| Constructor and Description |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valueSourceConfig,
InternalRange.Factory rangeFactory,
List<RangeAggregator.Range> ranges,
boolean keyed) |
| Constructor and Description |
|---|
SignificantTermsAggregatorFactory(String name,
ValuesSourceConfig valueSourceConfig,
TermsAggregator.BucketCountThresholds bucketCountThresholds,
IncludeExclude includeExclude,
String executionHint,
org.apache.lucene.search.Filter 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 |
|---|
Factory(String name,
String type,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Constructor and Description |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.GeoPoint> config,
boolean wrapLongitude) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
MaxParser.createFactory(String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> config) |
| Constructor and Description |
|---|
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 |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected AggregatorFactory |
PercentilesParser.buildFactory(SearchContext context,
String aggregationName,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] keys,
double compression,
boolean keyed) |
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) |
| Constructor and Description |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig,
double[] values,
double compression,
boolean keyed) |
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 |
|---|
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 |
|---|
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 |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Numeric> valuesSourceConfig) |
| Constructor and Description |
|---|
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,
int depth)
Get a value source given its configuration and the depth of the aggregator in the aggregation tree.
|
| Constructor and Description |
|---|
LeafOnly(String name,
String type,
ValuesSourceConfig<VS> valuesSourceConfig) |
ValuesSourceAggregatorFactory(String name,
String type,
ValuesSourceConfig<VS> config) |
Copyright © 2009–2016. All rights reserved.