Uses of Class
org.elasticsearch.search.aggregations.support.ValuesSource.GeoPoint
-
-
Uses of ValuesSource.GeoPoint in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type ValuesSource.GeoPoint Modifier and Type Method Description protected AggregatorGeoHashGridAggregatorFactory. doCreateInternal(ValuesSource.GeoPoint valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)protected AggregatorGeoTileGridAggregatorFactory. doCreateInternal(ValuesSource.GeoPoint valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Constructors in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type ValuesSource.GeoPoint Constructor Description CellIdSource(ValuesSource.GeoPoint valuesSource, int precision, CellIdSource.GeoPointLongEncoder encoder) -
Uses of ValuesSource.GeoPoint in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return types with arguments of type ValuesSource.GeoPoint Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.GeoPoint>GeoDistanceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Methods in org.elasticsearch.search.aggregations.bucket.range with parameters of type ValuesSource.GeoPoint Modifier and Type Method Description protected AggregatorGeoDistanceRangeAggregatorFactory. doCreateInternal(ValuesSource.GeoPoint valuesSource, SearchContext searchContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)Method parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type ValuesSource.GeoPoint Modifier and Type Method Description protected ValuesSourceAggregatorFactory<ValuesSource.GeoPoint>GeoDistanceAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)Constructor parameters in org.elasticsearch.search.aggregations.bucket.range with type arguments of type ValuesSource.GeoPoint Constructor Description GeoDistanceRangeAggregatorFactory(String name, ValuesSourceConfig<ValuesSource.GeoPoint> config, GeoPoint origin, GeoDistanceAggregationBuilder.Range[] ranges, DistanceUnit unit, GeoDistance distanceType, boolean keyed, QueryShardContext queryShardContext, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder, Map<String,Object> metaData) -
Uses of ValuesSource.GeoPoint in org.elasticsearch.search.aggregations.metrics
Method parameters in org.elasticsearch.search.aggregations.metrics with type arguments of type ValuesSource.GeoPoint Modifier and Type Method Description protected org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregatorFactoryGeoBoundsAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected org.elasticsearch.search.aggregations.metrics.GeoCentroidAggregatorFactoryGeoCentroidAggregationBuilder. innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.GeoPoint> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) -
Uses of ValuesSource.GeoPoint in org.elasticsearch.search.aggregations.support
Subclasses of ValuesSource.GeoPoint in org.elasticsearch.search.aggregations.support Modifier and Type Class Description static classValuesSource.GeoPoint.FielddataFields in org.elasticsearch.search.aggregations.support declared as ValuesSource.GeoPoint Modifier and Type Field Description static ValuesSource.GeoPointValuesSource.GeoPoint. EMPTYMethods in org.elasticsearch.search.aggregations.support that return ValuesSource.GeoPoint Modifier and Type Method Description static ValuesSource.GeoPointMissingValues. replaceMissing(ValuesSource.GeoPoint valuesSource, GeoPoint missing)Methods in org.elasticsearch.search.aggregations.support with parameters of type ValuesSource.GeoPoint Modifier and Type Method Description static ValuesSource.GeoPointMissingValues. replaceMissing(ValuesSource.GeoPoint valuesSource, GeoPoint missing)Method parameters in org.elasticsearch.search.aggregations.support with type arguments of type ValuesSource.GeoPoint Modifier and Type Method Description static <T> voidValuesSourceParserHelper. declareGeoFields(AbstractObjectParser<? extends ValuesSourceAggregationBuilder<ValuesSource.GeoPoint,?>,T> objectParser, boolean scriptable, boolean formattable)
-