Lines Matching full:on
31 … $this->assertEquals('0', $idxFreq->retrieveRow(0)); // one is 1x on page 0 (written without *1)
32 $this->assertEquals('0*2', $idxFreq->retrieveRow(1)); // two is 2x on page 0
44 $this->assertEquals('', $idxFreq->retrieveRow(0)); // one is not on page 0
143 // frequency index: beta (token 0 in 4-char group) is on both entities
147 $this->assertEquals(['0', '1'], $betaFreq); // beta on page1(0) and page2(1)
149 // frequency index: alpha (token 0 in 5-char group) only on page1
151 $this->assertEquals('0', $idxFreq5->retrieveRow(0)); // alpha on page1(0) only
152 $this->assertEquals('1', $idxFreq5->retrieveRow(1)); // gamma on page2(1) only
166 * getEntitiesWithData on a split FrequencyCollection
182 * getEntitiesWithData on an empty split collection returns empty array
192 * checkIntegrity on an empty split collection does not throw
202 * checkIntegrity passes on a healthy split collection
254 * groupToSuffix throws on group 0 for split collection