public static class InternalDateHistogram.Bucket extends InternalMultiBucketAggregation.InternalBucket implements Histogram.Bucket
MultiBucketsAggregation.Bucket.SubAggregationComparator<B extends MultiBucketsAggregation.Bucket>
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
Modifier and Type | Field and Description |
---|---|
protected DocValueFormat |
format |
EMPTY_PARAMS
Constructor and Description |
---|
Bucket(long key,
long docCount,
boolean keyed,
DocValueFormat format,
InternalAggregations aggregations) |
Bucket(StreamInput in,
boolean keyed,
DocValueFormat format)
Read from a stream.
|
Modifier and Type | Method and Description |
---|---|
Aggregations |
getAggregations() |
long |
getDocCount() |
DocValueFormat |
getFormatter() |
java.lang.Object |
getKey() |
java.lang.String |
getKeyAsString() |
boolean |
getKeyed() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
getProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isFragment
protected final transient DocValueFormat format
public Bucket(long key, long docCount, boolean keyed, DocValueFormat format, InternalAggregations aggregations)
public Bucket(StreamInput in, boolean keyed, DocValueFormat format) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.lang.String getKeyAsString()
getKeyAsString
in interface MultiBucketsAggregation.Bucket
public java.lang.Object getKey()
getKey
in interface MultiBucketsAggregation.Bucket
public long getDocCount()
getDocCount
in interface MultiBucketsAggregation.Bucket
public Aggregations getAggregations()
getAggregations
in interface MultiBucketsAggregation.Bucket
getAggregations
in interface HasAggregations
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public DocValueFormat getFormatter()
public boolean getKeyed()