Interface LuceneAggregatorRegistry.LuceneAggregatorProvider<A extends Aggregation,R extends AggregationResult>

Type Parameters:
A - the type of Aggregation that the provider can create aggregators for
R - the type of AggregationResult that the aggregator created by this provider will produce
Enclosing interface:
LuceneAggregatorRegistry

public static interface LuceneAggregatorRegistry.LuceneAggregatorProvider<A extends Aggregation,R extends AggregationResult>
Interface for providing LuceneAggregators for Aggregations.
  • Method Details