MediaWiki
1.39.10
SearchIndexFieldsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Search\Hook
;
4
5
use
SearchEngine
;
6
use
SearchIndexField
;
7
15
interface
SearchIndexFieldsHook
{
25
public
function
onSearchIndexFields
( &$fields, $engine );
26
}
SearchEngine
Contain a class for special pages.
Definition
SearchEngine.php:37
MediaWiki\Search\Hook\SearchIndexFieldsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SearchIndexFieldsHook.php:15
MediaWiki\Search\Hook\SearchIndexFieldsHook\onSearchIndexFields
onSearchIndexFields(&$fields, $engine)
Use this hook to add fields to search index mapping.
SearchIndexField
Definition of a mapping for the search index field.
Definition
SearchIndexField.php:7
MediaWiki\Search\Hook
Definition
PrefixSearchBackendHook.php:3
includes
search
Hook
SearchIndexFieldsHook.php
Generated on Tue Oct 1 2024 01:16:42 for MediaWiki by
1.10.0