MediaWiki
master
ResultAugmentor.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Search
;
4
9
interface
ResultAugmentor
{
15
public
function
augment
(
SearchResult
$result );
16
}
17
19
class_alias( ResultAugmentor::class,
'ResultAugmentor'
);
MediaWiki\Search\SearchResult
An abstract base class representing a search engine result.
Definition
SearchResult.php:18
MediaWiki\Search\ResultAugmentor
Augment search results.
Definition
ResultAugmentor.php:9
MediaWiki\Search\ResultAugmentor\augment
augment(SearchResult $result)
Produce data to augment search result set.
MediaWiki\Search
Definition of a mapping for the search index field.
Definition
BaseSearchResultSet.php:3
includes
Search
ResultAugmentor.php
Generated on Sat Jan 17 2026 22:50:42 for MediaWiki by
1.10.0