Home
last modified time | relevance | path

Searched refs:_geohash (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoDistance.php55 protected $_geohash; variable in Elastica\\Query\\AbstractGeoDistance
140 $this->_geohash = $geohash;
178 $location = $this->_geohash;
/plugin/spatialhelper/helper/
H A Dsearch.php120 foreach ($this->spatial_idx as $_geohash => $_docIds) {
121 if (strpos($_geohash, (string)$adjHash) !== false) {