Class LuceneTextTermsAggregation<K>

Type Parameters:
K - The type of keys in the returned map. It can be String or a different type if value converters are used.
All Implemented Interfaces:
LuceneSearchAggregation<Map<K,Long>>, SearchAggregation<Map<K,Long>>

public class LuceneTextTermsAggregation<K> extends AbstractLuceneFacetsBasedTermsAggregation<String,String,K,String>