Lines Matching +full:index -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
13 * Update the Search Index from command line
30 'given the index is cleared first.'
35 'clear the index before updating',
69 * Update the index
80 $this->index($val['id']);
85 * Index the given page
89 protected function index($id) function in IndexerCLI
96 $this->info("$id index not updated.");
106 * Clear all index files
110 $this->notice('Clearing index...');
112 $this->success('Index cleared.');