Home
last modified time | relevance | path

Searched refs:AbstractIndex (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Search/Collection/
H A DPageTitleCollection.php5 use dokuwiki\Search\Index\AbstractIndex; alias
19 public function __construct(?AbstractIndex $pageIndex = null)
30 public function getTokenIndex(int $group = 0): AbstractIndex
32 if ($this->idxToken instanceof AbstractIndex) {
H A DPageFulltextCollection.php5 use dokuwiki\Search\Index\AbstractIndex; alias
19 public function __construct(?AbstractIndex $pageIndex = null)
H A DAbstractCollection.php10 use dokuwiki\Search\Index\AbstractIndex; alias
46 … * @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 AbstractIndex
131 public function getEntityIndex(): AbstractIndex
[all …]
H A DPageMetaCollection.php6 use dokuwiki\Search\Index\AbstractIndex; alias
25 public function __construct(string $subject, ?AbstractIndex $pageIndex = null)
/dokuwiki/_test/tests/Search/Index/
H A DAbstractIndexTestCase.php5 use dokuwiki\Search\Index\AbstractIndex; alias
13 * @return AbstractIndex
/dokuwiki/inc/Search/Index/
H A DAbstractIndex.php14 abstract class AbstractIndex implements \IteratorAggregate, \Countable class
H A DMemoryIndex.php18 class MemoryIndex extends AbstractIndex
H A DFileIndex.php16 class FileIndex extends AbstractIndex