value pairs for fields * @param ContentHandler $handler ContentHandler for the content being indexed * @param WikiPage $page WikiPage that is being indexed * @param ParserOutput $output ParserOutput that is produced from the page * @param SearchEngine $engine SearchEngine for which the indexing is intended * @return bool|void True or no return value to continue or false to abort */ public function onSearchDataForIndex( &$fields, $handler, $page, $output, $engine ); }