Uses of Class
org.elasticsearch.search.aggregations.bucket.significant.UnmappedSignificantTerms.Bucket
-
Packages that use UnmappedSignificantTerms.Bucket Package Description org.elasticsearch.search.aggregations.bucket.significant -
-
Uses of UnmappedSignificantTerms.Bucket in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return UnmappedSignificantTerms.Bucket Modifier and Type Method Description UnmappedSignificantTerms.BucketUnmappedSignificantTerms. createBucket(InternalAggregations aggregations, UnmappedSignificantTerms.Bucket prototype)protected UnmappedSignificantTerms.Bucket[]UnmappedSignificantTerms. createBucketsArray(int size)Methods in org.elasticsearch.search.aggregations.bucket.significant that return types with arguments of type UnmappedSignificantTerms.Bucket Modifier and Type Method Description List<UnmappedSignificantTerms.Bucket>UnmappedSignificantTerms. getBuckets()Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type UnmappedSignificantTerms.Bucket Modifier and Type Method Description UnmappedSignificantTerms.BucketUnmappedSignificantTerms. createBucket(InternalAggregations aggregations, UnmappedSignificantTerms.Bucket prototype)Method parameters in org.elasticsearch.search.aggregations.bucket.significant with type arguments of type UnmappedSignificantTerms.Bucket Modifier and Type Method Description protected UnmappedSignificantTermsUnmappedSignificantTerms. create(long subsetSize, long supersetSize, List<UnmappedSignificantTerms.Bucket> buckets)UnmappedSignificantTermsUnmappedSignificantTerms. create(List<UnmappedSignificantTerms.Bucket> buckets)
-