Uses of Class
org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
-
Packages that use GeoDistanceAggregationBuilder Package Description org.elasticsearch.search.aggregations.bucket.range -
-
Uses of GeoDistanceAggregationBuilder in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return GeoDistanceAggregationBuilder Modifier and Type Method Description GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addRange(double from, double to)Same asaddRange(String, double, double)but the key will be automatically generated based onfromandto.GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addRange(String key, double from, double to)Add a new range to this aggregation.GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addRange(GeoDistanceAggregationBuilder.Range range)GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addUnboundedFrom(double from)Same asaddUnboundedFrom(String, double)but the key will be computed automatically.GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addUnboundedFrom(String key, double from)Add a new range with no upper bound.GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addUnboundedTo(double to)Same asaddUnboundedTo(String, double)but the key will be computed automatically.GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. addUnboundedTo(String key, double to)Add a new range with no lower bound.GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. distanceType(GeoDistance distanceType)GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. keyed(boolean keyed)GeoDistanceAggregationBuilderGeoDistanceAggregationBuilder. unit(DistanceUnit unit)Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type GeoDistanceAggregationBuilder Constructor Description GeoDistanceAggregationBuilder(GeoDistanceAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)
-