public class InternalGeoDistance extends InternalRange<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance>
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalGeoDistance.Factory |
InternalMultiBucketAggregation.InternalBucketInternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static InternalGeoDistance.Factory |
FACTORY |
static AggregationStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
formatter, keyedmetaData, nameEMPTY_PARAMS| Constructor and Description |
|---|
InternalGeoDistance(String name,
List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges,
ValueFormatter formatter,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalRange.Factory<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance> |
getFactory() |
static void |
registerStream() |
InternalAggregation.Type |
type() |
create, createBucket, doReadFrom, doReduce, doWriteTo, doXContentBody, getBucketsgetPropertygetMetaData, getName, getProperty, pipelineAggregators, readFrom, readSize, reduce, toXContent, writeSize, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaData, getName, getPropertypublic static final InternalAggregation.Type TYPE
public static final AggregationStreams.Stream STREAM
public static final InternalGeoDistance.Factory FACTORY
public InternalGeoDistance(String name, List<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket> ranges, ValueFormatter formatter, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
public static void registerStream()
public InternalAggregation.Type type()
type in class InternalRange<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance>InternalAggregation.Type of this aggregationpublic InternalRange.Factory<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance> getFactory()
getFactory in class InternalRange<org.elasticsearch.search.aggregations.bucket.range.geodistance.InternalGeoDistance.Bucket,InternalGeoDistance>Copyright © 2009–2017. All rights reserved.