Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php149 return new MemoryIndex($this->idxToken, $this->groupToSuffix($group), $this->isWritable);
159 … return new MemoryIndex($this->idxFrequency, $this->groupToSuffix($group), $this->isWritable);
191 protected function groupToSuffix(int $group): string function in dokuwiki\\Search\\Collection\\AbstractCollection