MediaWiki master
ResultAugmentor.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Search;
4
9interface ResultAugmentor {
15 public function augment( SearchResult $result );
16}
17
19class_alias( ResultAugmentor::class, 'ResultAugmentor' );
An abstract base class representing a search engine result.
augment(SearchResult $result)
Produce data to augment search result set.
Definition of a mapping for the search index field.