Uses of Class
org.elasticsearch.search.aggregations.bucket.terms.LongTerms
-
Packages that use LongTerms Package Description org.elasticsearch.search.aggregations.bucket.terms -
-
Uses of LongTerms in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return LongTerms Modifier and Type Method Description protected LongTermsLongTerms. create(String name, List<LongTerms.Bucket> buckets, long docCountError, long otherDocCount)LongTermsLongTerms. create(List<LongTerms.Bucket> buckets)
-