Searched refs:GeoDistance (Results 1 – 5 of 5) sorted by relevance
12 class GeoDistance extends AbstractGeoDistance class
18 use Elastica\Query\GeoDistance; alias198 public function geo_distance(string $key, $location, string $distance): GeoDistance200 return new GeoDistance($key, $location, $distance);
19 use Elastica\Aggregation\GeoDistance; alias408 public function geo_distance(string $name, string $field, $origin): GeoDistance410 return new GeoDistance($name, $field, $origin);
12 class GeoDistance extends AbstractAggregation class
204 * Added `Elastica\Aggregation\GeoDistance::setKeyed()` [#1876](https://github.com/ruflin/Elastica/p…1711 - Removed deprecated old constructor call in Filter\GeoDistance::__construct()