Home
last modified time | relevance | path

Searched refs:IndexIntegrityException (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/_test/tests/Search/
H A DIntegrityTest.php7 use dokuwiki\Search\Exception\IndexIntegrityException; alias
80 $this->expectException(IndexIntegrityException::class);
96 $this->expectException(IndexIntegrityException::class);
112 $this->expectException(IndexIntegrityException::class);
128 $this->expectException(IndexIntegrityException::class);
/dokuwiki/inc/Search/Exception/
H A DIndexIntegrityException.php8 class IndexIntegrityException extends SearchException class
/dokuwiki/inc/Search/Collection/
H A DDirectCollection.php6 use dokuwiki\Search\Exception\IndexIntegrityException; alias
33 throw new IndexIntegrityException(
H A DAbstractCollection.php6 use dokuwiki\Search\Exception\IndexIntegrityException; alias
270 * @throws IndexIntegrityException when a structural inconsistency is found
285 throw new IndexIntegrityException(
294 throw new IndexIntegrityException(
307 throw new IndexIntegrityException(
/dokuwiki/_test/tests/Search/Collection/
H A DLookupCollectionTest.php6 use dokuwiki\Search\Exception\IndexIntegrityException; alias
302 $this->expectException(IndexIntegrityException::class);
320 $this->expectException(IndexIntegrityException::class);
338 $this->expectException(IndexIntegrityException::class);
H A DFrequencyCollectionTest.php5 use dokuwiki\Search\Exception\IndexIntegrityException; alias
230 $this->expectException(IndexIntegrityException::class);
249 $this->expectException(IndexIntegrityException::class);
H A DDirectCollectionTest.php6 use dokuwiki\Search\Exception\IndexIntegrityException; alias
175 $this->expectException(IndexIntegrityException::class);
/dokuwiki/inc/
H A Dinfoutils.php15 use dokuwiki\Search\Exception\IndexIntegrityException; alias
379 } catch (IndexIntegrityException) {
/dokuwiki/inc/Search/
H A DIndexer.php12 use dokuwiki\Search\Exception\IndexIntegrityException; alias
293 * @throws IndexIntegrityException when a structural inconsistency is found
H A Dconcept.txt308 * ''IndexIntegrityException'' - Structural inconsistency detected in the indexes