public class InternalDateRange extends InternalRange<InternalDateRange.Bucket> implements DateRange
Modifier and Type | Class and Description |
---|---|
static class |
InternalDateRange.Bucket |
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.Type
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory |
FACTORY |
static InternalAggregation.Type |
TYPE |
name
EMPTY_PARAMS
Modifier and Type | Method and Description |
---|---|
protected InternalRange.Factory<InternalDateRange.Bucket,?> |
getFactory() |
static void |
registerStream() |
InternalAggregation.Type |
type() |
doXContentBody, getBucketByKey, getBuckets, readFrom, reduce, writeTo
getName, readSize, toXContent, writeSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBucketByKey, getBuckets
getName
public static final InternalAggregation.Type TYPE
public static final org.elasticsearch.search.aggregations.bucket.range.date.InternalDateRange.Factory FACTORY
public static void registerStream()
public InternalAggregation.Type type()
type
in class InternalRange<InternalDateRange.Bucket>
InternalAggregation.Type
of this aggregationprotected InternalRange.Factory<InternalDateRange.Bucket,?> getFactory()
getFactory
in class InternalRange<InternalDateRange.Bucket>
Copyright © 2009–2015. All rights reserved.