Class ElasticsearchTermsAggregation<F,K,T>

Type Parameters:
F - The type of field values.
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:
ElasticsearchSearchAggregation<Map<K,Long>>, SearchAggregation<Map<K,Long>>

public class ElasticsearchTermsAggregation<F,K,T> extends AbstractElasticsearchBucketAggregation<K,Long>