Class InternalMappedTerms<A extends InternalTerms<A,​B>,​B extends InternalTerms.Bucket<B>>

All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Aggregation, MultiBucketsAggregation, Terms
Direct Known Subclasses:
DoubleTerms, LongTerms, StringTerms

public abstract class InternalMappedTerms<A extends InternalTerms<A,​B>,​B extends InternalTerms.Bucket<B>> extends InternalTerms<A,​B>
Common superclass for results of the terms aggregation on mapped fields.