Interface Terms.Bucket
- All Superinterfaces:
HasAggregations,MultiBucketsAggregation.Bucket,org.elasticsearch.common.xcontent.ToXContent
- All Known Implementing Classes:
InternalTerms.Bucket,LongTerms.Bucket,ParsedDoubleTerms.ParsedBucket,ParsedLongTerms.ParsedBucket,ParsedStringTerms.ParsedBucket,ParsedTerms.ParsedBucket,StringTerms.Bucket,UnmappedTerms.Bucket
- Enclosing interface:
- Terms
public static interface Terms.Bucket extends MultiBucketsAggregation.Bucket
A bucket that is associated with a single term
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and Type Method Description longgetDocCountError()java.lang.NumbergetKeyAsNumber()Methods inherited from interface org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
getAggregations, getDocCount, getKey, getKeyAsString
-
Method Details
-
getKeyAsNumber
java.lang.Number getKeyAsNumber() -
getDocCountError
long getDocCountError()
-