Home
last modified time | relevance | path

Searched refs:retrieveRows (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/_test/tests/Search/Index/
H A DAbstractIndexTestCase.php56 $this->assertEquals([0 => 'foo', 2 => 'baz'], $index->retrieveRows([0, 2, 4, 7]));
/dokuwiki/inc/Search/Index/
H A DAbstractIndex.php162 abstract public function retrieveRows(array $rids): array; function in dokuwiki\\Search\\Index\\AbstractIndex
H A DMemoryIndex.php87 public function retrieveRows(array $rids): array function in dokuwiki\\Search\\Index\\MemoryIndex
H A DFileIndex.php90 public function retrieveRows(array $rids): array function in dokuwiki\\Search\\Index\\FileIndex
/dokuwiki/inc/Search/Collection/
H A DCollectionSearch.php138 $entityMap = $this->collection->getEntityIndex()->retrieveRows(array_keys($allEntityIds));
H A DAbstractCollection.php218 return array_map(TupleOps::parseTuples(...), $freqIndex->retrieveRows($tokenIds));
245 $names = $entityIndex->retrieveRows(array_keys($entityIds));