Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.InternalTerms
-
Packages that use InternalTerms Package Description org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of InternalTerms in org.elasticsearch.search.aggregations.bucket.terms
Classes in org.elasticsearch.search.aggregations.bucket.terms with type parameters of type InternalTerms 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>>Subclasses of InternalTerms in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Class Description classDoubleTermsResult of theTermsAggregatorwhen the field is some kind of decimal number like a float, double, or distance.classInternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>Common superclass for results of the terms aggregation on mapped fields.classLongTermsResult of theTermsAggregatorwhen the field is some kind of whole number like a integer, long, or a date.classStringTermsResult of theTermsAggregatorwhen the field is a String.classUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped.
-