Lines Matching refs:AbstractIndex
10 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
133 if ($this->idxEntity instanceof AbstractIndex) {
141 * @return AbstractIndex
144 public function getTokenIndex(int $group = 0): AbstractIndex
146 if ($this->idxToken instanceof AbstractIndex) {
154 * @return AbstractIndex
157 public function getFrequencyIndex(int $group = 0): AbstractIndex
163 * @return AbstractIndex
166 public function getReverseIndex(): AbstractIndex
257 if ($this->idxToken instanceof AbstractIndex) {