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 * @param RevisionRecord $revision RevisionRecord being indexed * @return bool|void True or no return value to continue or false to abort */ public function onSearchDataForIndex2( array &$fields, ContentHandler $handler, WikiPage $page, ParserOutput $output, SearchEngine $engine, RevisionRecord $revision ); }