Searched refs:AbstractIndex (Results 1 – 8 of 8) sorted by relevance
5 use dokuwiki\Search\Index\AbstractIndex; alias19 public function __construct(?AbstractIndex $pageIndex = null)30 public function getTokenIndex(int $group = 0): AbstractIndex32 if ($this->idxToken instanceof AbstractIndex) {
5 use dokuwiki\Search\Index\AbstractIndex; alias19 public function __construct(?AbstractIndex $pageIndex = null)
10 use dokuwiki\Search\Index\AbstractIndex; alias46 … * @param string|AbstractIndex $idxEntity Name or instance of the primary entity index, eg. 'page'47 …* @param string|AbstractIndex $idxToken Name or instance of the secondary entity index, eg. 'w' fo…54 protected string|AbstractIndex $idxEntity,55 protected string|AbstractIndex $idxToken,60 if ($idxToken instanceof AbstractIndex && $splitByLength) {93 if ($idx instanceof AbstractIndex) {116 if ($idx instanceof AbstractIndex) {128 * @return AbstractIndex131 public function getEntityIndex(): AbstractIndex[all …]
6 use dokuwiki\Search\Index\AbstractIndex; alias25 public function __construct(string $subject, ?AbstractIndex $pageIndex = null)
5 use dokuwiki\Search\Index\AbstractIndex; alias13 * @return AbstractIndex
14 abstract class AbstractIndex implements \IteratorAggregate, \Countable class
18 class MemoryIndex extends AbstractIndex
16 class FileIndex extends AbstractIndex