Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/
H A DIntegrityTest.php73 $max = $collection->getTokenIndexMaximum();
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php73 $this->max = $this->collection->getTokenIndexMaximum();
H A DAbstractCollection.php231 $max = $this->splitByLength ? $this->getTokenIndexMaximum() : 0;
255 public function getTokenIndexMaximum(): int function in dokuwiki\\Search\\Collection\\AbstractCollection
275 $max = $this->splitByLength ? $this->getTokenIndexMaximum() : 0;
/dokuwiki/_test/tests/Search/Collection/
H A DFrequencyCollectionTest.php227 $max = $index->getTokenIndexMaximum();
/dokuwiki/inc/Search/
H A DIndexer.php312 return (new PageFulltextCollection())->getTokenIndexMaximum() === 0;