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