Class LongTerms.Bucket
java.lang.Object
org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket<LongTerms.Bucket>
org.elasticsearch.search.aggregations.bucket.terms.LongTerms.Bucket
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,MultiBucketsAggregation.Bucket,Terms.Bucket,HasAggregations,KeyComparable<LongTerms.Bucket>
- Enclosing class:
- LongTerms
public static class LongTerms.Bucket extends InternalTerms.Bucket<LongTerms.Bucket>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
InternalTerms.Bucket.Reader<B extends InternalTerms.Bucket<B>>Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
aggregations, docCount, docCountError, format, showDocCountError -
Constructor Summary
Constructors Constructor Description Bucket(long term, long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat format)Bucket(StreamInput in, DocValueFormat format, boolean showDocCountError)Read from a stream. -
Method Summary
Modifier and Type Method Description intcompareKey(LongTerms.Bucket other)Compare thisMultiBucketsAggregation.Bucketskeywith another bucket.booleanequals(java.lang.Object obj)java.lang.ObjectgetKey()java.lang.NumbergetKeyAsNumber()java.lang.StringgetKeyAsString()inthashCode()protected org.elasticsearch.common.xcontent.XContentBuilderkeyToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder)protected voidwriteTermTo(StreamOutput out)Methods inherited from class org.elasticsearch.search.aggregations.bucket.terms.InternalTerms.Bucket
getAggregations, getDocCount, getDocCountError, toXContent, writeToMethods inherited from class org.elasticsearch.search.aggregations.InternalMultiBucketAggregation.InternalBucket
getProperty
-
Constructor Details
-
Bucket
public Bucket(long term, long docCount, InternalAggregations aggregations, boolean showDocCountError, long docCountError, DocValueFormat format) -
Bucket
public Bucket(StreamInput in, DocValueFormat format, boolean showDocCountError) throws java.io.IOExceptionRead from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
writeTermTo
- Specified by:
writeTermToin classInternalTerms.Bucket<LongTerms.Bucket>- Throws:
java.io.IOException
-
getKeyAsString
public java.lang.String getKeyAsString()- Returns:
- The key associated with the bucket as a string
-
getKey
public java.lang.Object getKey()- Returns:
- The key associated with the bucket
-
getKeyAsNumber
public java.lang.Number getKeyAsNumber() -
compareKey
Description copied from interface:KeyComparableCompare thisMultiBucketsAggregation.Bucketskeywith another bucket.- Parameters:
other- the bucket that contains the key to compare to.- Returns:
- a negative integer, zero, or a positive integer as this buckets key is less than, equal to, or greater than the other buckets key.
- See Also:
Comparable.compareTo(Object)
-
keyToXContent
protected final org.elasticsearch.common.xcontent.XContentBuilder keyToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder) throws java.io.IOException- Specified by:
keyToXContentin classInternalTerms.Bucket<LongTerms.Bucket>- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classInternalTerms.Bucket<LongTerms.Bucket>
-
hashCode
public int hashCode()- Overrides:
hashCodein classInternalTerms.Bucket<LongTerms.Bucket>
-