Uses of Class
org.elasticsearch.search.aggregations.bucket.significant.InternalSignificantTerms
-
Packages that use InternalSignificantTerms Package Description org.elasticsearch.search.aggregations.bucket.significant -
-
Uses of InternalSignificantTerms in org.elasticsearch.search.aggregations.bucket.significant
Classes in org.elasticsearch.search.aggregations.bucket.significant with type parameters of type InternalSignificantTerms Modifier and Type Class Description classInternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>Result of the significant terms aggregation.Subclasses of InternalSignificantTerms in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Class Description classInternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>classSignificantLongTermsResult of the running the significant terms aggregation on a numeric field.classSignificantStringTermsResult of the running the significant terms aggregation on a String field.classUnmappedSignificantTermsResult of the running the significant terms aggregation on an unmapped field.
-