|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| callbackBaseUrl ($hookName, $params) | |
| execute () | |
| usage () | |
Public Member Functions inherited from CommandLineTool | |
| __construct ($argv=array()) | |
Additional Inherited Members | |
Data Fields inherited from CommandLineTool | |
| $argv | |
| $scriptName | |
CLI tool to rebuild the article keyword search database.
Definition at line 18 of file rebuildSearchIndex.php.
| rebuildSearchIndex::callbackBaseUrl | ( | $hookName, | |
| $params | |||
| ) |
Callback to patch the base URL which will be required when constructing galley/supp file download URLs.
Definition at line 67 of file rebuildSearchIndex.php.
References Config\getVar().
| rebuildSearchIndex::execute | ( | ) |
Rebuild the search index for all articles in all journals.
Definition at line 35 of file rebuildSearchIndex.php.
References DAORegistry\getDAO(), Application\getSubmissionSearchIndex(), and HookRegistry\register().
| rebuildSearchIndex::usage | ( | ) |
Print command usage information.
Reimplemented from CommandLineTool.
Definition at line 22 of file rebuildSearchIndex.php.