Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Collection/
H A DDirectCollection.php27 $tokenIndex = $this->getTokenIndex();
63 $tokenIndex = $this->getTokenIndex();
84 $tokenIndex = $this->getTokenIndex();
103 $tokenIndex = $this->getTokenIndex();
H A DPageTitleCollection.php30 public function getTokenIndex(int $group = 0): AbstractIndex function in dokuwiki\\Search\\Collection\\PageTitleCollection
H A DCollectionSearch.php107 $tokenIndex = $this->collection->getTokenIndex($group);
H A DAbstractCollection.php144 public function getTokenIndex(int $group = 0): AbstractIndex function in dokuwiki\\Search\\Collection\\AbstractCollection
279 $tokenIndex = $this->getTokenIndex($group);
377 $tokenIndex = $this->getTokenIndex($group);
/dokuwiki/_test/tests/Search/Collection/
H A DFrequencyCollectionTest.php262 $index->getTokenIndex(0);
H A DLookupCollectionTest.php351 $index->getTokenIndex(5);
/dokuwiki/inc/Search/
H A DIndexer.php431 $tokenIndex = $collection->getTokenIndex();