Home
last modified time | relevance | path

Searched defs:record (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Search/Index/
H A DTupleOps.php22 public static function updateTuple(string $record, int|string $key, int $count): string
50 public static function aggregateTupleCounts(string $record): int
85 public static function parseTuples(string $record, ?array $filtermap = null): array
/dokuwiki/_test/tests/Search/Index/
H A DTupleOpsTest.php45 public function testUpdateTuple($record, $key, $count, $expect)
70 public function testAggregateTupleCounts($record, $expected)
118 public function testParseTuples($record, $keys, $expect)
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php465 protected function parseReverseRecord(string $record): array