Searched refs:groupToSuffix (Results 1 – 1 of 1) sorted by relevance
149 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