Searched refs:entityIndex (Results 1 – 2 of 2) sorted by relevance
26 $entityIndex = $this->getEntityIndex();29 if ($entityIndex->exists() && $tokenIndex->exists()) {30 $ec = count($entityIndex);59 $entityIndex = $this->getEntityIndex(); variable in dokuwiki\\Search\\Collection\\DirectCollection60 $entityId = $entityIndex->accessCachedValue($entity);81 $entityIndex = $this->getEntityIndex();82 $entityId = $entityIndex->accessCachedValue($entity);102 $entityIndex = $this->getEntityIndex();108 $name = $entityIndex->retrieveRow($entityId);
228 $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\\AbstractCollection339 $entityId = $entityIndex->accessCachedValue($entity);413 $entityIndex = $this->getEntityIndex();414 $entityId = $entityIndex->accessCachedValue($entity);444 $entityIndex = $this->getEntityIndex();[all …]