MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSearchIndexFields (&$fields, $engine) | |
Use this hook to add fields to search index mapping. | |
Stable to implement.
Definition at line 12 of file SearchIndexFieldsHook.php.
MediaWiki\Search\Hook\SearchIndexFieldsHook::onSearchIndexFields | ( | & | $fields, |
$engine | |||
) |
Use this hook to add fields to search index mapping.
SearchIndexField[] | &$fields | Array of fields, all implement SearchIndexField |
SearchEngine | $engine | SearchEngine instance for which mapping is being built |
Implemented in MediaWiki\HookContainer\HookRunner.