Uses of Class
org.elasticsearch.search.aggregations.AggregatorFactories.Builder
-
-
Uses of AggregatorFactories.Builder in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed with parameters of type AggregatorFactories.Builder Modifier and Type Method Description DatafeedConfig.BuilderDatafeedConfig.Builder. setAggregations(AggregatorFactories.Builder aggregations)DatafeedUpdate.BuilderDatafeedUpdate.Builder. setAggregations(AggregatorFactories.Builder aggregations) -
Uses of AggregatorFactories.Builder in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot with parameters of type AggregatorFactories.Builder Modifier and Type Method Description PivotConfig.BuilderPivotConfig.Builder. setAggregations(AggregatorFactories.Builder aggregations)Set the aggregated fields to include in the pivot configConstructors in org.elasticsearch.client.transform.transforms.pivot with parameters of type AggregatorFactories.Builder Constructor Description AggregationConfig(AggregatorFactories.Builder aggregations) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations
Fields in org.elasticsearch.search.aggregations declared as AggregatorFactories.Builder Modifier and Type Field Description protected AggregatorFactories.BuilderAggregationBuilder. factoriesBuilderMethods in org.elasticsearch.search.aggregations that return AggregatorFactories.Builder Modifier and Type Method Description AggregatorFactories.BuilderAggregatorFactories.Builder. addAggregator(AggregationBuilder factory)AggregatorFactories.BuilderAggregatorFactories.Builder. addPipelineAggregator(PipelineAggregationBuilder pipelineAggregatorFactory)static AggregatorFactories.BuilderAggregatorFactories. builder()static AggregatorFactories.BuilderAggregatorFactories. parseAggregators(XContentParser parser)Parses the aggregation request recursively generating aggregator factories in turn.AggregatorFactories.BuilderAggregatorFactories.Builder. rewrite(QueryRewriteContext context)Rewrites the underlying aggregation builders into their primitive form.Methods in org.elasticsearch.search.aggregations with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected abstract AggregatorFactoryAbstractAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subfactoriesBuilder)protected abstract AggregationBuilderAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Create a shallow copy of this builder and replacingAggregationBuilder.factoriesBuilderandmetaData.ABAbstractAggregationBuilder. subAggregations(AggregatorFactories.Builder subFactories)Registers sub-factories with this factory.abstract AggregationBuilderAggregationBuilder. subAggregations(AggregatorFactories.Builder subFactories)Internal: Registers sub-factories with this factory.BaseAggregationBuilderBaseAggregationBuilder. subAggregations(AggregatorFactories.Builder subFactories)Set the sub aggregations if this aggregation supports sub aggregations.PipelineAggregationBuilderPipelineAggregationBuilder. subAggregations(AggregatorFactories.Builder subFactories)Constructors in org.elasticsearch.search.aggregations with parameters of type AggregatorFactories.Builder Constructor Description AbstractAggregationBuilder(AbstractAggregationBuilder<AB> clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)AggregationBuilder(AggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder)AggregatorFactory(String name, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)Constructs a new aggregator factory. -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected AggregatorFactoryAdjacencyMatrixAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderAdjacencyMatrixAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type AggregatorFactories.Builder Constructor Description AdjacencyMatrixAggregationBuilder(AdjacencyMatrixAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)AdjacencyMatrixAggregatorFactory(String name, List<AdjacencyMatrixAggregator.KeyedFilter> filters, String separator, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactories, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected AggregatorFactoryCompositeAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subfactoriesBuilder)protected AggregationBuilderCompositeAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.composite with parameters of type AggregatorFactories.Builder Constructor Description CompositeAggregationBuilder(CompositeAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected AggregatorFactoryFilterAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregatorFactoryFiltersAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderFilterAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderFiltersAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.filter with parameters of type AggregatorFactories.Builder Constructor Description FilterAggregationBuilder(FilterAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)FilterAggregatorFactory(String name, QueryBuilder filterBuilder, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData)FiltersAggregationBuilder(FiltersAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)FiltersAggregatorFactory(String name, List<FiltersAggregator.KeyedFilter> filters, boolean keyed, boolean otherBucket, String otherBucketKey, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactories, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.geogrid
Constructors in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type AggregatorFactories.Builder Constructor Description GeoGridAggregationBuilder(GeoGridAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.global
Methods in org.elasticsearch.search.aggregations.bucket.global with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected AggregatorFactoryGlobalAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderGlobalAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.global with parameters of type AggregatorFactories.Builder Constructor Description GlobalAggregationBuilder(GlobalAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)GlobalAggregatorFactory(String name, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactories, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.histogram
-
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource>MissingAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderMissingAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.missing with parameters of type AggregatorFactories.Builder Constructor Description MissingAggregationBuilder(MissingAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)MissingAggregatorFactory(String name, ValuesSourceConfig<ValuesSource> config, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.nested
Methods in org.elasticsearch.search.aggregations.bucket.nested with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected AggregatorFactoryNestedAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregatorFactoryReverseNestedAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderNestedAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderReverseNestedAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.nested with parameters of type AggregatorFactories.Builder Constructor Description NestedAggregationBuilder(NestedAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)ReverseNestedAggregationBuilder(ReverseNestedAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> map)ReverseNestedAggregatorFactory(String name, boolean unmapped, ObjectMapper parentObjectMapper, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactories, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.range
-
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected SamplerAggregatorFactorySamplerAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<ValuesSource>DiversifiedAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderDiversifiedAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderSamplerAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type AggregatorFactories.Builder Constructor Description DiversifiedAggregationBuilder(DiversifiedAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)SamplerAggregationBuilder(SamplerAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.significant
-
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type AggregatorFactories.Builder 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)protected AggregationBuilderRareTermsAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderTermsAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type AggregatorFactories.Builder Constructor Description TermsAggregationBuilder(TermsAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregatorFactoryScriptedMetricAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subfactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.TopHitsAggregatorFactoryTopHitsAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subfactoriesBuilder)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)protected MultiValuesSourceAggregatorFactory<ValuesSource.Numeric>WeightedAvgAggregationBuilder. innerBuild(QueryShardContext queryShardContext, Map<String,ValuesSourceConfig<ValuesSource.Numeric>> configs, DocValueFormat format, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected AggregationBuilderAvgAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderCardinalityAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderExtendedStatsAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderGeoBoundsAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderGeoCentroidAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderMaxAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderMedianAbsoluteDeviationAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderMinAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderPercentileRanksAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderPercentilesAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderScriptedMetricAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderStatsAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderSumAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderTopHitsAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderValueCountAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)protected AggregationBuilderWeightedAvgAggregationBuilder. shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)TopHitsAggregationBuilderTopHitsAggregationBuilder. subAggregations(AggregatorFactories.Builder subFactories) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with parameters of type AggregatorFactories.Builder Modifier and Type Method Description protected MultiValuesSourceAggregatorFactory<VS>MultiValuesSourceAggregationBuilder. doBuild(QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected ValuesSourceAggregatorFactory<VS>ValuesSourceAggregationBuilder. 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)protected abstract ValuesSourceAggregatorFactory<VS>ValuesSourceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<VS> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)ABMultiValuesSourceAggregationBuilder.LeafOnly. subAggregations(AggregatorFactories.Builder subFactories)ABValuesSourceAggregationBuilder.LeafOnly. subAggregations(AggregatorFactories.Builder subFactories) -
Uses of AggregatorFactories.Builder in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return AggregatorFactories.Builder Modifier and Type Method Description AggregatorFactories.BuilderSearchSourceBuilder. aggregations()Gets the bytes representing the aggregation builders for this request.
-