Searched refs:IndexUsageException (Results 1 – 5 of 5) sorted by relevance
5 class IndexUsageException extends SearchException class
8 use dokuwiki\Search\Exception\IndexUsageException; alias51 * @throws IndexUsageException61 … 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 mode194 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");
258 $this->expectException(\dokuwiki\Search\Exception\IndexUsageException::class);
347 $this->expectException(\dokuwiki\Search\Exception\IndexUsageException::class);
307 * ''IndexUsageException'' - Incorrect API usage (eg. writing without a lock)