Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
-
Packages that use InternalTerms.Bucket Package Description org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of InternalTerms.Bucket in org.elasticsearch.search.aggregations.bucket.terms
Classes in org.elasticsearch.search.aggregations.bucket.terms with type parameters of type InternalTerms.Bucket Modifier and Type Class Description classInternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>Common superclass for results of the terms aggregation on mapped fields.classInternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>static classInternalTerms.Bucket<B extends InternalTerms.Bucket<B>>static interfaceInternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>>Reads a bucket.Subclasses of InternalTerms.Bucket in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description static classLongTerms.Bucketstatic classStringTerms.Bucketprotected static classUnmappedTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets.Methods in org.elasticsearch.search.aggregations.bucket.terms that return InternalTerms.Bucket Modifier and Type Method Description protected abstract B[]InternalTerms. createBucketsArray(int size)Create an array to hold some buckets.Method parameters in org.elasticsearch.search.aggregations.bucket.terms with type arguments of type InternalTerms.Bucket Modifier and Type Method Description protected static XContentBuilderInternalTerms. doXContentCommon(XContentBuilder builder, ToXContent.Params params, long docCountError, long otherDocCount, List<? extends InternalTerms.Bucket> buckets)
-