Uses of Class
org.elasticsearch.search.aggregations.support.MultiValuesSourceAggregationBuilder
-
Packages that use MultiValuesSourceAggregationBuilder Package Description org.elasticsearch.search.aggregations.metrics org.elasticsearch.search.aggregations.support -
-
Uses of MultiValuesSourceAggregationBuilder in org.elasticsearch.search.aggregations.metrics
Subclasses of MultiValuesSourceAggregationBuilder in org.elasticsearch.search.aggregations.metrics Modifier and Type Class Description classWeightedAvgAggregationBuilder -
Uses of MultiValuesSourceAggregationBuilder in org.elasticsearch.search.aggregations.support
Classes in org.elasticsearch.search.aggregations.support with type parameters of type MultiValuesSourceAggregationBuilder Modifier and Type Class Description classMultiValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>Similar toValuesSourceAggregationBuilder, except it references multiple ValuesSources (e.g.static classMultiValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>Subclasses of MultiValuesSourceAggregationBuilder in org.elasticsearch.search.aggregations.support Modifier and Type Class Description static classMultiValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>Method parameters in org.elasticsearch.search.aggregations.support with type arguments of type MultiValuesSourceAggregationBuilder Modifier and Type Method Description static <VS extends ValuesSource,T>
voidMultiValuesSourceParseHelper. declareCommon(AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean formattable, ValueType targetValueType)static <VS extends ValuesSource,T>
voidMultiValuesSourceParseHelper. declareField(String fieldName, AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean scriptable, boolean timezoneAware)Constructors in org.elasticsearch.search.aggregations.support with parameters of type MultiValuesSourceAggregationBuilder Constructor Description MultiValuesSourceAggregationBuilder(MultiValuesSourceAggregationBuilder<VS,AB> clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)
-