Searched refs:changeRow (Results 1 – 10 of 10) sorted by relevance
| /dokuwiki/_test/tests/Search/Index/ |
| H A D | FileIndexTest.php | 26 $index->changeRow(5, 'test'); 30 $index->changeRow(3, 'foo'); 34 $index->changeRow(5, 'bar'); 35 $index->changeRow(7, 'bang'); 44 $index->changeRow(5, 'test');
|
| H A D | MemoryIndexTest.php | 26 $index->changeRow(5, 'test'); 30 $index->changeRow(3, 'foo'); 34 $index->changeRow(5, 'bar'); 35 $index->changeRow(7, 'bang'); 48 $index->changeRow(5, 'test'); 64 $index->changeRow(0, ''); 70 $index->changeRow(3, 'test');
|
| H A D | AbstractIndexTestCase.php | 100 $index->changeRow(5, 'test');
|
| /dokuwiki/inc/Search/ |
| H A D | LegacyIndexer.php | 227 $reverseIndex->changeRow( 232 $freqIndex->changeRow($oldid, ''); 233 $freqIndex->changeRow($newid, $newFreqLine); 237 $tokenIndex->changeRow($oldid, $newvalue);
|
| H A D | Indexer.php | 293 $pageIndex->changeRow($newId, ''); 297 $pageIndex->changeRow($oldId, $newpage);
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | DirectCollection.php | 64 $tokenIndex->changeRow($entityId, $token);
|
| H A D | AbstractCollection.php | 448 $reverseIndex->changeRow($entityId, $record); 513 $freqIndex->changeRow($tokenId, $record);
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 142 abstract public function changeRow(int $rid, string $value); function in dokuwiki\\Search\\Index\\AbstractIndex
|
| H A D | MemoryIndex.php | 69 public function changeRow(int $rid, string $value): void function in dokuwiki\\Search\\Index\\MemoryIndex
|
| H A D | FileIndex.php | 27 public function changeRow(int $rid, string $value): void function in dokuwiki\\Search\\Index\\FileIndex
|