Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php63 if (!$this->saveIndex('i', $wlen, $index)) {
88 $this->saveIndex('i', $wlen, $index);
146 if ($word_idx_modified && !$this->saveIndex('w', $wlen, $word_idx))
237 $this->saveIndex($metaname . '_w', '', $metawords);
252 $this->saveIndex($metaname . '_i', '', $metaidx);
299 if (!$this->saveIndex('page', '', $pages)) {
352 $this->saveIndex($key . '_p', '', $pagekeys);
359 if (!$this->saveIndex($key . '_w', '', $metavalues)) {
427 $this->saveIndex('i', $wlen, $index);
444 $this->saveIndex(
994 protected function saveIndex($idx, $suffix, &$lines) { global() function in dokuwiki\\Search\\Indexer
[all...]