Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php48 * @param string $idxFrequency Base name of the frequency index, eg. 'i' for word frequencies
56 protected string $idxFrequency = '', argument
87 $this->idxFrequency,
159 … return new MemoryIndex($this->idxFrequency, $this->groupToSuffix($group), $this->isWritable);