Home
last modified time | relevance | path

Searched refs:IndexWriteException (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Search/Exception/
H A DIndexWriteException.php5 class IndexWriteException extends SearchException class
/dokuwiki/inc/Search/Collection/
H A DDirectCollection.php8 use dokuwiki\Search\Exception\IndexWriteException; alias
51 * @throws IndexWriteException
77 * @throws IndexWriteException
H A DAbstractCollection.php9 use dokuwiki\Search\Exception\IndexWriteException; alias
329 * @throws IndexWriteException
408 * @throws IndexWriteException
433 * @throws IndexWriteException
/dokuwiki/inc/Search/Index/
H A DMemoryIndex.php7 use dokuwiki\Search\Exception\IndexWriteException; alias
136 * @throws IndexWriteException
153 throw new IndexWriteException("Failed to write $tempname");
166 throw new IndexWriteException("Failed to write $this->filename");
H A DFileIndex.php7 use dokuwiki\Search\Exception\IndexWriteException; alias
23 * @throws IndexWriteException
40 throw new IndexWriteException("Failed to write $tempname");
119 * @throws IndexWriteException
150 throw new IndexWriteException("Failed to write $this->filename");
/dokuwiki/inc/Search/
H A DIndexer.php14 use dokuwiki\Search\Exception\IndexWriteException; alias
135 * @throws IndexWriteException
214 * @throws IndexWriteException
248 * @throws IndexWriteException
H A Dconcept.txt305 * ''IndexWriteException'' - Failed to write to an index file