Uses of Class
org.elasticsearch.search.aggregations.support.MultiValuesSourceAggregatorFactory
-
Packages that use MultiValuesSourceAggregatorFactory Package Description org.elasticsearch.search.aggregations.metrics org.elasticsearch.search.aggregations.support -
-
Uses of MultiValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return MultiValuesSourceAggregatorFactory 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 MultiValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return MultiValuesSourceAggregatorFactory Modifier and Type Method Description protected MultiValuesSourceAggregatorFactory<VS>MultiValuesSourceAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected abstract MultiValuesSourceAggregatorFactory<VS>MultiValuesSourceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, Map<String,ValuesSourceConfig<VS>> configs, DocValueFormat format, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)
-