Package com.atlassian.jira.search.lucene.aggregation
@ParametersAreNonnullByDefault
package com.atlassian.jira.search.lucene.aggregation
-
ClassDescriptionDefault implementation of
LuceneAggregatorRegistry
.A simple collector that wraps a set ofLuceneAggregator
s and collects the results of the aggregation.LuceneAggregator<T extends AggregationResult>An aggregator that can be used to aggregate values from a Lucene index.Factory for creatingLuceneAggregator
s.Registry forLuceneAggregatorRegistry.LuceneAggregatorProvider
s.LuceneAggregatorRegistry.LuceneAggregatorProvider<A extends Aggregation,R extends AggregationResult> Interface for providingLuceneAggregator
s forAggregation
s.An aggregator that composes multiple aggregators, each labelled with a string name