Uses of Class
org.elasticsearch.search.aggregations.AggregatorFactories
-
-
Uses of AggregatorFactories in org.elasticsearch.search.aggregations
Fields in org.elasticsearch.search.aggregations declared as AggregatorFactories Modifier and Type Field Description static AggregatorFactoriesAggregatorFactories. EMPTYprotected AggregatorFactoriesAggregatorFactory. factoriesMethods in org.elasticsearch.search.aggregations that return AggregatorFactories Modifier and Type Method Description AggregatorFactoriesAggregatorFactories.Builder. build(QueryShardContext queryShardContext, AggregatorFactory parent)AggregatorFactoriesSearchContextAggregations. factories()Constructors in org.elasticsearch.search.aggregations with parameters of type AggregatorFactories Constructor Description AggregatorBase(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructs a new Aggregator.NonCollectingAggregator(String name, SearchContext context, Aggregator parent, AggregatorFactories subFactories, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)SearchContextAggregations(AggregatorFactories factories, MultiBucketConsumerService.MultiBucketConsumer multiBucketConsumer)Creates a new aggregation context with the parsed aggregator factories -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket
Constructors in org.elasticsearch.search.aggregations.bucket with parameters of type AggregatorFactories Constructor Description BucketsAggregator(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)DeferableBucketAggregator(String name, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.adjacency
Constructors in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type AggregatorFactories Constructor Description AdjacencyMatrixAggregator(String name, AggregatorFactories factories, String separator, String[] keys, Weight[] filters, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.filter
Constructors in org.elasticsearch.search.aggregations.bucket.filter with parameters of type AggregatorFactories Constructor Description FilterAggregator(String name, Supplier<Weight> filter, AggregatorFactories factories, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)FiltersAggregator(String name, AggregatorFactories factories, String[] keys, Supplier<Weight[]> filters, boolean keyed, String otherBucketKey, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.global
Constructors in org.elasticsearch.search.aggregations.bucket.global with parameters of type AggregatorFactories Constructor Description GlobalAggregator(String name, AggregatorFactories subFactories, SearchContext aggregationContext, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.missing
Constructors in org.elasticsearch.search.aggregations.bucket.missing with parameters of type AggregatorFactories Constructor Description MissingAggregator(String name, AggregatorFactories factories, ValuesSource valuesSource, SearchContext aggregationContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.nested
Constructors in org.elasticsearch.search.aggregations.bucket.nested with parameters of type AggregatorFactories Constructor Description ReverseNestedAggregator(String name, AggregatorFactories factories, ObjectMapper objectMapper, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.range
Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type AggregatorFactories Constructor Description BinaryRangeAggregator(String name, AggregatorFactories factories, ValuesSource.Bytes valuesSource, DocValueFormat format, List<BinaryRangeAggregator.Range> ranges, boolean keyed, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)RangeAggregator(String name, AggregatorFactories factories, ValuesSource.Numeric valuesSource, DocValueFormat format, InternalRange.Factory rangeFactory, RangeAggregator.Range[] ranges, boolean keyed, SearchContext context, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) -
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.significant
-
Uses of AggregatorFactories in org.elasticsearch.search.aggregations.bucket.terms
-