"TYPO3 4.0.1: tx_indexedsearch_crawlerhook Class Reference", "datetime" => "Sat Dec 2 19:27:14 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
initMessage () | |
indexOperation ($cfgRec, &$session_data, $params, &$pObj) |
Definition at line 57 of file class.crawlerhook.php.
|
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)
Definition at line 80 of file class.crawlerhook.php. References t3lib_div::makeInstance(). |
|
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. |