Home
last modified time | relevance | path

Searched defs:retrieveRows (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/Search/Index/
H A DFileIndex.php90 public function retrieveRows(array $rids): array function in dokuwiki\\Search\\Index\\FileIndex
H A DMemoryIndex.php87 public function retrieveRows(array $rids): array function in dokuwiki\\Search\\Index\\MemoryIndex
H A DAbstractIndex.php162 abstract public function retrieveRows(array $rids): array; function in dokuwiki\\Search\\Index\\AbstractIndex