Searched refs:frequency (Results 1 – 2 of 2) sorted by relevance
161 * @param int $frequency165 public function addMatch(string $entityName, string $tokenName, int $frequency): void argument168 ($this->matches[$entityName][$tokenName] ?? 0) + $frequency;
76 To improve memory efficiency and access speed, token and frequency indexes can be split into multip…97 …s (typically ''rid''s from another index) and numeric values (typically frequency counts). The int…109 **Example:** A frequency index row for a word might look like:146 …* **frequency** - Maps tokens to entities and records their frequency. token.RID -> entity.RID*fre…157 …* frequency collections - The same token can appear multiple times in the same entity and searches…158 …e same as frequency collections, but each token appears only once per entity thus all frequencies …159 …ns only use entity and token index files (entity.RID === token.RID), no frequency or reverse index…164 | FullText | frequency | yes | page | w* | i* …180 …ew, and updates the frequency and reverse indexes accordingly. Tokens no longer present are automa…272 The result is a list of matching pages and their frequency scores.