MediaWiki master
ResultSetAugmentor.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Search;
4
15 public function augmentAll( ISearchResultSet $resultSet );
16}
17
19class_alias( ResultSetAugmentor::class, 'ResultSetAugmentor' );
A set of SearchEngine results.
augmentAll(ISearchResultSet $resultSet)
Produce data to augment search result set.
Definition of a mapping for the search index field.