Home
last modified time | relevance | path

Searched refs:isIndexEmpty (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/Search/
H A DIntegrityTest.php50 $this->assertFalse($indexer->isIndexEmpty());
60 $this->assertTrue($indexer->isIndexEmpty());
/dokuwiki/inc/
H A Dinfoutils.php369 if (!$indexer->isIndexEmpty()) {
/dokuwiki/inc/Search/
H A DIndexer.php310 public function isIndexEmpty(): bool function in dokuwiki\\Search\\Indexer