Home
last modified time | relevance | path

Searched refs:addIndexKey (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Search/
H A DIndexer.php200 $this->addIndexKey('metadata', '', $metaname);
577 // avoid expensive addIndexKey operation for the most recently requested pages by using a cache
579 $pid = $this->addIndexKey('page', '', $page);
1111 protected function addIndexKey($idx, $suffix, $value)
1086 protected function addIndexKey($idx, $suffix, $value) { global() function in dokuwiki\\Search\\Indexer