Home
last modified time | relevance | path

Searched refs:spatial_idx (Results 1 – 3 of 3) sorted by relevance

/plugin/spatialhelper/helper/
Dindex.php44 protected array $spatial_idx = []; variable in helper_plugin_spatialhelper_index
64 $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 …]
Dsearch.php38 protected $spatial_idx = []; variable in helper_plugin_spatialhelper_search
66 …$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) {
Dsitemap.php33 private $spatial_idx; variable in helper_plugin_spatialhelper_sitemap
48 $this->spatial_idx = unserialize(
105 foreach ($this->spatial_idx as $idxEntry) {
201 foreach ($this->spatial_idx as $idxEntry) {