Searched refs:checkIntegrity (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/_test/tests/Search/ |
| H A D | IntegrityTest.php | 49 $indexer->checkIntegrity(); 59 $indexer->checkIntegrity(); 81 (new PageFulltextCollection())->checkIntegrity(); 97 (new PageFulltextCollection())->checkIntegrity(); 113 (new PageTitleCollection())->checkIntegrity(); 129 (new Indexer())->checkIntegrity();
|
| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | DirectCollectionTest.php | 147 $index->checkIntegrity(); // should not throw 157 $index->checkIntegrity(); // should not throw 176 (new MockDirectCollection('cim_entity', 'cim_token'))->checkIntegrity();
|
| H A D | FrequencyCollectionTest.php | 197 $index->checkIntegrity(); 211 $index->checkIntegrity(); // should not throw 231 (new MockFrequencyCollection('cimf_page', 'cimf_w', 'cimf_i', 'cimf_pw'))->checkIntegrity(); 250 (new MockFrequencyCollection('cimt_page', 'cimt_w', 'cimt_i', 'cimt_pw'))->checkIntegrity();
|
| H A D | LookupCollectionTest.php | 274 $index->checkIntegrity(); // should not throw 284 $index->checkIntegrity(); // should not throw 303 …(new MockLookupCollection('cim_entity', 'cim_token', 'cim_freq', 'cim_reverse'))->checkIntegrity(); 321 …(new MockLookupCollection('cir_entity', 'cir_token', 'cir_freq', 'cir_reverse'))->checkIntegrity(); 339 … MockLookupCollection('cimf_entity', 'cimf_token', 'cimf_freq', 'cimf_reverse'))->checkIntegrity();
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | DirectCollection.php | 24 public function checkIntegrity(): void function in dokuwiki\\Search\\Collection\\DirectCollection
|
| H A D | AbstractCollection.php | 272 public function checkIntegrity(): void function in dokuwiki\\Search\\Collection\\AbstractCollection
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 295 public function checkIntegrity(): void function in dokuwiki\\Search\\Indexer 297 (new PageFulltextCollection())->checkIntegrity(); 298 (new PageTitleCollection())->checkIntegrity(); 301 (new PageMetaCollection($key))->checkIntegrity();
|
| H A D | concept.txt | 20 * ''checkIntegrity()'' - Verify structural consistency across all indexes.
|
| /dokuwiki/inc/ |
| H A D | infoutils.php | 368 $indexer->checkIntegrity();
|