Home
last modified time | relevance | path

Searched refs:IndexIntegrityException (Results 1 – 9 of 9) 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/Search/
H A DIndexer.php11 use dokuwiki\Search\Exception\IndexIntegrityException; alias
341 * @throws IndexIntegrityException when a structural inconsistency is found
/dokuwiki/inc/
H A Dinfoutils.php15 use dokuwiki\Search\Exception\IndexIntegrityException; alias
383 } catch (IndexIntegrityException) {