Home
last modified time | relevance | path

Searched refs:entityIndex (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Search/Collection/
H A DDirectCollection.php26 $entityIndex = $this->getEntityIndex();
29 if ($entityIndex->exists() && $tokenIndex->exists()) {
30 $ec = count($entityIndex);
59 $entityIndex = $this->getEntityIndex(); variable in dokuwiki\\Search\\Collection\\DirectCollection
60 $entityId = $entityIndex->accessCachedValue($entity);
81 $entityIndex = $this->getEntityIndex();
82 $entityId = $entityIndex->accessCachedValue($entity);
102 $entityIndex = $this->getEntityIndex();
108 $name = $entityIndex->retrieveRow($entityId);
H A DAbstractCollection.php228 $entityIndex = $this->getEntityIndex();
245 $names = $entityIndex->retrieveRows(array_keys($entityIds));
301 $entityIndex = $this->getEntityIndex();
303 if ($entityIndex->exists() && $reverseIndex->exists()) {
304 $ec = count($entityIndex);
338 $entityIndex = $this->getEntityIndex(); variable in dokuwiki\\Search\\Collection\\AbstractCollection
339 $entityId = $entityIndex->accessCachedValue($entity);
413 $entityIndex = $this->getEntityIndex();
414 $entityId = $entityIndex->accessCachedValue($entity);
444 $entityIndex = $this->getEntityIndex();
[all …]