Uses of Class
org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
-
-
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.geogrid
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classGeoHashGridAggregatorFactoryclassGeoTileGridAggregatorFactory -
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.histogram
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Class Description classAutoDateHistogramAggregatorFactoryclassDateHistogramAggregatorFactoryclassHistogramAggregatorFactoryConstructs the per-shard aggregator instance for histogram aggregation.Methods in org.elasticsearch.search.aggregations.bucket.histogram that return ValuesSourceAggregatorFactory 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 ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.missing
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Class Description classMissingAggregatorFactoryMethods in org.elasticsearch.search.aggregations.bucket.missing that return ValuesSourceAggregatorFactory Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>MissingAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.range
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Class Description classAbstractRangeAggregatorFactory<R extends RangeAggregator.Range>classBinaryRangeAggregatorFactoryclassDateRangeAggregatorFactoryclassGeoDistanceRangeAggregatorFactoryclassRangeAggregatorFactoryMethods in org.elasticsearch.search.aggregations.bucket.range that return ValuesSourceAggregatorFactory Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.GeoPoint>GeoDistanceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource.Bytes>IpRangeAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Bytes> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.sampler
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.sampler Modifier and Type Class Description classDiversifiedAggregatorFactoryMethods in org.elasticsearch.search.aggregations.bucket.sampler that return ValuesSourceAggregatorFactory Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>DiversifiedAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.significant
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Class Description classSignificantTermsAggregatorFactoryMethods in org.elasticsearch.search.aggregations.bucket.significant that return ValuesSourceAggregatorFactory Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>SignificantTermsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.terms
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description classRareTermsAggregatorFactoryclassTermsAggregatorFactoryMethods in org.elasticsearch.search.aggregations.bucket.terms that return ValuesSourceAggregatorFactory 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 ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.metrics
Subclasses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.metrics Modifier and Type Class Description classMedianAbsoluteDeviationAggregatorFactoryMethods in org.elasticsearch.search.aggregations.metrics that return ValuesSourceAggregatorFactory Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.Numeric>MedianAbsoluteDeviationAggregationBuilder. 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) -
Uses of ValuesSourceAggregatorFactory in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return ValuesSourceAggregatorFactory Modifier and Type Method Description protected ValuesSourceAggregatorFactory<VS>ValuesSourceAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected abstract ValuesSourceAggregatorFactory<VS>ValuesSourceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<VS> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)
-