Searched refs:Indexer (Results 1 – 17 of 17) sorted by relevance
| /plugin/searchindex/ |
| D | ajax.php | 9 use dokuwiki\Search\Indexer; alias 63 $Indexer = Indexer::getInstance(); 65 $Indexer = idx_get_indexer(); 71 if (is_callable([$Indexer, 'clear'])) { 72 $success = $Indexer->clear(); 104 $Indexer = Indexer::getInstance(); 105 $success = $Indexer->addPage($_POST['page'], false, $force);
|
| /plugin/pagetitle/ |
| D | action.php | 3 use dokuwiki\Search\Indexer; alias 166 return is_callable([Indexer::class, 'getInstance']) 167 ? Indexer::getInstance()
|
| /plugin/move/helper/ |
| D | op.php | 172 $Indexer = idx_get_indexer(); 173 if(($idx_msg = $Indexer->renamePage($src, $dst)) !== true 174 … || ($idx_msg = $Indexer->renameMetaValue('relation_references', $src, $dst)) !== true 274 $Indexer = idx_get_indexer(); 275 if(($idx_msg = $Indexer->renameMetaValue('relation_media', $src, $dst)) !== true) {
|
| /plugin/renderrevisions/ |
| H A D | cli.php | 3 use dokuwiki\Search\Indexer; alias 35 $indexer = new Indexer();
|
| /plugin/yatp/action/ |
| D | indexer.php | 8 use dokuwiki\Indexer\Indexer; alias
|
| /plugin/aichat/syntax/ |
| D | similar.php | 5 use dokuwiki\Search\Indexer; alias 56 $pages = (new Indexer())->getPages();
|
| /plugin/nohighlight/ |
| D | action.php | 178 $Indexer = idx_get_indexer(); 179 $parsed_query = ft_queryParser($Indexer, $query);
|
| /plugin/gitbacked/action/ |
| D | editcommit.php | 117 $Indexer = Indexer::getInstance(); 118 $success = $Indexer->addPage($page, false, false);
|
| /plugin/aichat/ |
| D | Embeddings.php | 10 use dokuwiki\Search\Indexer; alias 158 $indexer = new Indexer(); 395 $indexer = new Indexer();
|
| D | cli.php | 7 use dokuwiki\Search\Indexer; alias
|
| /plugin/tagging/action/ |
| H A D | search.php | 347 $Indexer = idx_get_indexer(); 348 $parsedQuery = ft_queryParser($Indexer, $QUERY);
|
| /plugin/combo/ComboStrap/ |
| H A D | Lock.php | 6 use dokuwiki\Search\Indexer; alias
|
| H A D | MarkupPath.php | 572 $Indexer = idx_get_indexer(); 573 $pages = $Indexer->getPages();
|
| /plugin/sphinxsearch/ |
| D | changelog | 14 * Indexer fix: turned off PHP error/warning messages
|
| /plugin/passpolicy/ |
| D | helper.php | 5 use dokuwiki\Search\Indexer; alias 547 class helper_plugin_passpolicy__index extends Indexer
|
| /plugin/sphinxsearch-was/ |
| H A D | changelog | 24 * Indexer fix: turned off PHP error/warning messages
|
| /plugin/tagging/ |
| H A D | helper.php | 6 use dokuwiki\Search\Indexer; alias 649 $parsedQuery = ft_queryParser(new Indexer(), $QUERY);
|