Class AbstractLuceneFacetsBasedTermsAggregation<F,T,K,V>

Type Parameters:
F - The type of field values exposed to the mapper.
T - The type of terms returned by the Lucene Facets.
K - The type of keys in the returned map. It can be F or a different type if value converters are used.
All Implemented Interfaces:
LuceneSearchAggregation<Map<K,Long>>, SearchAggregation<Map<K,Long>>
Direct Known Subclasses:
LuceneNumericTermsAggregation, LuceneTextTermsAggregation

public abstract class AbstractLuceneFacetsBasedTermsAggregation<F,T,K,V> extends AbstractLuceneBucketAggregation<K,Long>