Uses of Interface
org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
-
Packages that use SignificantTerms Package Description org.elasticsearch.search.aggregations.bucket.significant -
-
Uses of SignificantTerms in org.elasticsearch.search.aggregations.bucket.significant
Classes in org.elasticsearch.search.aggregations.bucket.significant that implement SignificantTerms Modifier and Type Class Description classInternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>classInternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>Result of the significant terms aggregation.classParsedSignificantLongTermsclassParsedSignificantStringTermsclassParsedSignificantTermsclassSignificantLongTermsResult 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.
-