Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/
H A DIndexer.php58 foreach ($words[$wlen] as $wid => $freq) {
59 $idx = ($wid < count($index)) ? $index[$wid] : '';
60 $index[$wid] = $this->updateTuple($idx, $pid, $freq);
61 $pagewords[] = "$wlen*$wid";
78 [$wlen, $wid] = explode('*', $word);
79 $wid = (int)$wid;
80 $upwords[$wlen][] = $wid;
85 foreach ($widx as $wid) {
[all...]