Home
last modified time | relevance | path

Searched refs:IndexUsageException (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Search/Exception/
H A DIndexUsageException.php5 class IndexUsageException extends SearchException class
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php8 use dokuwiki\Search\Exception\IndexUsageException; alias
51 * @throws IndexUsageException
61 … throw new IndexUsageException('Cannot split by length when using a pre-instantiated token index');
189 * @throws IndexUsageException when group does not match the collection's split mode
194 throw new IndexUsageException('Group 0 is not valid for split-by-length collections');
197 throw new IndexUsageException("Group $group is not valid for non-split collections");
/dokuwiki/_test/tests/Search/Collection/
H A DFrequencyCollectionTest.php258 $this->expectException(\dokuwiki\Search\Exception\IndexUsageException::class);
H A DLookupCollectionTest.php347 $this->expectException(\dokuwiki\Search\Exception\IndexUsageException::class);
/dokuwiki/inc/Search/
H A Dconcept.txt307 * ''IndexUsageException'' - Incorrect API usage (eg. writing without a lock)