Class UnmappedSignificantTerms.Bucket

All Implemented Interfaces:
Writeable, MultiBucketsAggregation.Bucket, SignificantTerms.Bucket, HasAggregations, org.elasticsearch.xcontent.ToXContent
Enclosing class:
UnmappedSignificantTerms

protected abstract static class UnmappedSignificantTerms.Bucket extends InternalSignificantTerms.Bucket<UnmappedSignificantTerms.Bucket>
Concrete type that can't be built because Java needs a concrete type so InternalTerms.Bucket can have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets.