Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
start () | |
batch () | |
optimize () | |
Fonctions membres publiques statiques | |
static | sendResponse ($data=null) |
Indexer controller class for Finder.
batch | ( | ) |
Method to run the next batch of content through the indexer.
Références $app, $attributes, $doc, $html, $lang, $options, $params, $state, getDocument, JEventDispatcher\getInstance(), FinderIndexer\getState(), et FinderIndexer\setState().
optimize | ( | ) |
Method to optimize the index and perform any necessary cleanup.
Références $app, $state, FinderIndexer\getInstance(), et FinderIndexer\getState().
|
static |
Method to handle a send a JSON response. The body parameter can be an Exception object for when an error has occurred or a JObject for a good response.
mixed | $data | JObject on success, Exception on error. [optional] |
Références $app, $data, $options, $params, JDEBUG, et json_encode.
start | ( | ) |
Method to start the indexer.
Références $app, $options, $params, $state, JEventDispatcher\getInstance(), FinderIndexer\getState(), et FinderIndexer\resetState().