Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.TermsAggregator.BucketCountThresholds
-
Packages that use TermsAggregator.BucketCountThresholds Package Description org.elasticsearch.search.aggregations.bucket.significant org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of TermsAggregator.BucketCountThresholds in org.elasticsearch.search.aggregations.bucket.significant
Fields in org.elasticsearch.search.aggregations.bucket.significant declared as TermsAggregator.BucketCountThresholds Modifier and Type Field Description protected TermsAggregator.BucketCountThresholdsSignificantTextAggregator. bucketCountThresholdsMethods in org.elasticsearch.search.aggregations.bucket.significant that return TermsAggregator.BucketCountThresholds Modifier and Type Method Description TermsAggregator.BucketCountThresholdsSignificantTermsAggregationBuilder. bucketCountThresholds()TermsAggregator.BucketCountThresholdsSignificantTextAggregationBuilder. bucketCountThresholds()protected TermsAggregator.BucketCountThresholdsSignificantTermsAggregationBuilder. getBucketCountThresholds()protected TermsAggregator.BucketCountThresholdsSignificantTextAggregationBuilder. getBucketCountThresholds()Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type TermsAggregator.BucketCountThresholds Modifier and Type Method Description SignificantTermsAggregationBuilderSignificantTermsAggregationBuilder. bucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds)SignificantTextAggregationBuilderSignificantTextAggregationBuilder. bucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds) -
Uses of TermsAggregator.BucketCountThresholds in org.elasticsearch.search.aggregations.bucket.terms
Fields in org.elasticsearch.search.aggregations.bucket.terms declared as TermsAggregator.BucketCountThresholds Modifier and Type Field Description protected TermsAggregator.BucketCountThresholdsTermsAggregator. bucketCountThresholds
-