Documentation TYPO3 par Ameos |
Public Member Functions | |
initMessage () | |
indexOperation ($cfgRec, &$session_data, $params, &$pObj) |
Definition at line 57 of file class.crawlerhook.php.
tx_indexedsearch_crawlerhook::initMessage | ( | ) |
Function is called when an indexing session starts according to the time intervals set for the indexing configuration.
Definition at line 64 of file class.crawlerhook.php.
tx_indexedsearch_crawlerhook::indexOperation | ( | $ | cfgRec, | |
&$ | session_data, | |||
$ | params, | |||
&$ | pObj | |||
) |
This will do two things: 1) Carry out actual indexing of content (one or more items) 2) Add one or more new entries into the crawlers queue so we are called again (another instance) for further indexing in the session (optional of course, if all indexing is done, we add no new entries)
array | Indexing Configuration Record (the record which holds the information that lead to this indexing session...) | |
array | Session data variable. Passed by reference. Changed content is saved and passed back upon next instance in the session. | |
array | Params array from the queue entry. | |
object | Grant Parent Object (from "crawler" extension) | |
object | Parent Object (from "indexed_search" extension) |
Definition at line 80 of file class.crawlerhook.php.
References t3lib_div::makeInstance().