Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Search/Collection/
H A DMockLookupCollection.php13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve… argument
15 parent::__construct($entity, $token, $freq, $reverse);
H A DMockFrequencyCollection.php13 …public function __construct($entity = 'entity', $token = 'token', $freq = 'freq', $reverse = 'reve… argument
15 parent::__construct($entity, $token, $freq, $reverse, true);
/dokuwiki/inc/Search/Index/
H A DTupleOps.php52 $freq = 0;
58 $freq += (int)$cnt;
61 $freq += 1;
64 return $freq;
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php144 foreach ($entityFreqs as $entityId => $freq) {
147 $match['term']->addMatch($entityName, $match['token'], $freq);
H A DAbstractCollection.php369 foreach ($counted as $token => $freq) {
371 $groups[$group][$token] = $freq;
379 foreach ($tokenFreqs as $token => $freq) {
381 $result[$group][$tokenId] = $freq;
510 foreach ($tokens as $tokenId => $freq) {
512 $record = TupleOps::updateTuple($record, $entityId, $freq);
/dokuwiki/_test/tests/Search/Query/
H A DQueryEvaluatorTest.php26 foreach ($frequencies as $page => $freq) {
27 $term->addMatch($page, $word, $freq);
/dokuwiki/inc/Search/
H A Dconcept.txt224 $term->getMatches(); // [entityName => [tokenName => freq, ...], ...]