Searched refs:addMatch (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | TermTest.php | 66 $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 D | CollectionSearch.php | 147 $match['term']->addMatch($entityName, $match['token'], $freq);
|
| H A D | Term.php | 165 public function addMatch(string $entityName, string $tokenName, int $frequency): void function in dokuwiki\\Search\\Collection\\Term
|
| /dokuwiki/_test/tests/Search/Query/ |
| H A D | QueryEvaluatorTest.php | 27 $term->addMatch($page, $word, $freq);
|