Searched refs:spatial_idx (Results 1 – 3 of 3) sorted by relevance
44 protected array $spatial_idx = []; variable in helper_plugin_spatialhelper_index64 $this->spatial_idx = unserialize(68 Logger::debug('done loading spatial index', $this->spatial_idx);137 if (!array_key_exists($geohash, $this->spatial_idx)) {143 $knownHashes = $this->findHashesForId($id, $this->spatial_idx);146 $pageIds = $this->spatial_idx [$geohash];159 $knownIds = $this->spatial_idx [$knownHash];165 $this->spatial_idx [$knownHash] = $knownIds;167 $pageIds = $this->spatial_idx[$geohash];172 $this->spatial_idx [$geohash] = $pageIds;[all …]
38 protected $spatial_idx = []; variable in helper_plugin_spatialhelper_search66 …$this->spatial_idx = unserialize(io_readFile($idx_dir . '/spatial.idx', false), ['allowed_classes'…119 if (is_array($this->spatial_idx)) {120 foreach ($this->spatial_idx as $_geohash => $_docIds) {
33 private $spatial_idx; variable in helper_plugin_spatialhelper_sitemap48 $this->spatial_idx = unserialize(105 foreach ($this->spatial_idx as $idxEntry) {201 foreach ($this->spatial_idx as $idxEntry) {