Package | Description |
---|---|
org.elasticsearch.search.aggregations.metrics.geobounds | |
org.elasticsearch.search.aggregations.support |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
GeoBoundsAggregator.Factory.create(ValuesSource.GeoPoint valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
GeoBoundsAggregator(String name,
long estimatedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent,
ValuesSource.GeoPoint valuesSource,
boolean wrapLongitude) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.GeoPoint> config,
boolean wrapLongitude) |
Modifier and Type | Method and Description |
---|---|
static ValuesSourceParser.Builder<ValuesSource.GeoPoint> |
ValuesSourceParser.geoPoint(String aggName,
InternalAggregation.Type aggType,
SearchContext context) |
Copyright © 2009–2015. All rights reserved.