Home
last modified time | relevance | path

Searched refs:checkIntegrity (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/_test/tests/Search/
H A DIntegrityTest.php49 $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 DDirectCollectionTest.php147 $index->checkIntegrity(); // should not throw
157 $index->checkIntegrity(); // should not throw
176 (new MockDirectCollection('cim_entity', 'cim_token'))->checkIntegrity();
H A DFrequencyCollectionTest.php197 $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 DLookupCollectionTest.php274 $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 DDirectCollection.php24 public function checkIntegrity(): void function in dokuwiki\\Search\\Collection\\DirectCollection
H A DAbstractCollection.php272 public function checkIntegrity(): void function in dokuwiki\\Search\\Collection\\AbstractCollection
/dokuwiki/inc/Search/
H A DIndexer.php295 public function checkIntegrity(): void function in dokuwiki\\Search\\Indexer
297 (new PageFulltextCollection())->checkIntegrity();
298 (new PageTitleCollection())->checkIntegrity();
301 (new PageMetaCollection($key))->checkIntegrity();
H A Dconcept.txt20 * ''checkIntegrity()'' - Verify structural consistency across all indexes.
/dokuwiki/inc/
H A Dinfoutils.php368 $indexer->checkIntegrity();