Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/Collection/
H A DTermTest.php66 $term->addMatch('page1', 'dokuwiki', 7);
67 $term->addMatch('page1', 'dokuwiki', 7);
68 $term->addMatch('page2', 'dokuwiki', 1);
141 $term->addMatch('page1', 'wiki', 5);
142 $term->addMatch('page1', 'dokuwiki', 3);
143 $term->addMatch('page1', 'wikitext', 2);
144 $term->addMatch('page2', 'wikipedia', 7);
170 $term->addMatch('page1', 'dokuwiki', 5);
171 $term->addMatch('page2', 'dokuwiki', 0);
172 $term->addMatch('page3', 'dokuwiki', 3);
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php147 $match['term']->addMatch($entityName, $match['token'], $freq);
H A DTerm.php165 public function addMatch(string $entityName, string $tokenName, int $frequency): void function in dokuwiki\\Search\\Collection\\Term
/dokuwiki/_test/tests/Search/Query/
H A DQueryEvaluatorTest.php27 $term->addMatch($page, $word, $freq);