Uses of Class
org.elasticsearch.search.aggregations.support.ValuesSourceConfig
-
-
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type ValuesSourceConfig Modifier and Type Method Description protected abstract org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfigCompositeValuesSourceBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config)Creates aCompositeValuesSourceConfigfor this source.protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfigDateHistogramValuesSourceBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config)protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfigGeoTileGridValuesSourceBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config)protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfigHistogramValuesSourceBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config)protected org.elasticsearch.search.aggregations.bucket.composite.CompositeValuesSourceConfigTermsValuesSourceBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<?> config) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.geogrid
-
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type ValuesSourceConfig Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.Numeric>AutoDateHistogramAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource>DateHistogramAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource>HistogramAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type ValuesSourceConfig Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>MissingAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructors in org.elasticsearch.search.aggregations.bucket.missing with parameters of type ValuesSourceConfig Constructor Description MissingAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.range
-
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type ValuesSourceConfig Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>DiversifiedAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type ValuesSourceConfig Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>SignificantTermsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type ValuesSourceConfig Constructor Description SignificantTermsAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, IncludeExclude includeExclude, String executionHint, QueryBuilder filterBuilder, TermsAggregator.BucketCountThresholds bucketCountThresholds, SignificanceHeuristic significanceHeuristic, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type ValuesSourceConfig Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>RareTermsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource>TermsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type ValuesSourceConfig Modifier and Type Method Description protected org.elasticsearch.search.aggregations.metrics.AvgAggregatorFactoryAvgAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.CardinalityAggregatorFactoryCardinalityAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.ExtendedStatsAggregatorFactoryExtendedStatsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregatorFactoryGeoBoundsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.GeoCentroidAggregatorFactoryGeoCentroidAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.MaxAggregatorFactoryMaxAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource.Numeric>MedianAbsoluteDeviationAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.MinAggregatorFactoryMinAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource.Numeric>PercentileRanksAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource.Numeric>PercentilesAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.StatsAggregatorFactoryStatsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.SumAggregatorFactorySumAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.ValueCountAggregatorFactoryValueCountAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Method parameters in org.elasticsearch.search.aggregations.metrics with type arguments of type ValuesSourceConfig Modifier and Type Method Description protected MultiValuesSourceAggregatorFactory<ValuesSource.Numeric>WeightedAvgAggregationBuilder. innerBuild(QueryShardContext queryShardContext, Map<String,ValuesSourceConfig<ValuesSource.Numeric>> configs, DocValueFormat format, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceConfig in org.elasticsearch.search.aggregations.support
Fields in org.elasticsearch.search.aggregations.support declared as ValuesSourceConfig Modifier and Type Field Description protected ValuesSourceConfig<VS>ValuesSourceAggregationBuilder. configprotected ValuesSourceConfig<VS>ValuesSourceAggregatorFactory. configFields in org.elasticsearch.search.aggregations.support with type parameters of type ValuesSourceConfig Modifier and Type Field Description protected Map<String,ValuesSourceConfig<VS>>MultiValuesSourceAggregatorFactory. configsMethods in org.elasticsearch.search.aggregations.support that return ValuesSourceConfig Modifier and Type Method Description ValuesSourceConfig<VS>ValuesSourceConfig. fieldContext(FieldContext fieldContext)ValuesSourceConfig<VS>ValuesSourceConfig. format(DocValueFormat format)ValuesSourceConfig<VS>ValuesSourceConfig. missing(Object missing)static <VS extends ValuesSource>
ValuesSourceConfig<VS>ValuesSourceConfig. resolve(QueryShardContext context, ValueType valueType, String field, Script script, Object missing, ZoneId timeZone, String format)Resolve aValuesSourceConfiggiven configuration parameters.static <VS extends ValuesSource>
ValuesSourceConfig<VS>ValuesSourceConfig. resolve(QueryShardContext context, ValueType valueType, String field, Script script, Object missing, ZoneId timeZone, String format, Function<Script,ValuesSourceType> resolveScriptAny)Resolve aValuesSourceConfiggiven configuration parameters.protected ValuesSourceConfig<VS>ValuesSourceAggregationBuilder. resolveConfig(QueryShardContext queryShardContext)ValuesSourceConfig<VS>ValuesSourceConfig. script(AggregationScript.LeafFactory script)ValuesSourceConfig<VS>ValuesSourceConfig. scriptValueType(ValueType scriptValueType)ValuesSourceConfig<VS>ValuesSourceConfig. timezone(ZoneId timeZone)ValuesSourceConfig<VS>ValuesSourceConfig. unmapped(boolean unmapped)Methods in org.elasticsearch.search.aggregations.support with parameters of type ValuesSourceConfig Modifier and Type Method Description protected abstract ValuesSourceAggregatorFactory<VS>ValuesSourceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<VS> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Method parameters in org.elasticsearch.search.aggregations.support with type arguments of type ValuesSourceConfig Modifier and Type Method Description protected abstract AggregatorMultiValuesSourceAggregatorFactory. doCreateInternal(SearchContext searchContext, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected abstract MultiValuesSourceAggregatorFactory<VS>MultiValuesSourceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructors in org.elasticsearch.search.aggregations.support with parameters of type ValuesSourceConfig Constructor Description ValuesSourceAggregatorFactory(String name, ValuesSourceConfig<VS> config, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)Constructor parameters in org.elasticsearch.search.aggregations.support with type arguments of type ValuesSourceConfig Constructor Description MultiValuesSourceAggregatorFactory(String name, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)NumericMultiValuesSource(Map<String,ValuesSourceConfig<ValuesSource.Numeric>> valuesSourceConfigs, QueryShardContext context)
-