18 $this->rowAugmentor = $augmentor;
29 $id = $result->getTitle()->getArticleID();
33 $data[$id] = $this->rowAugmentor->augment( $result );
Perform augmentation of each row and return composite result, indexed by ID.
augmentAll(ISearchResultSet $resultSet)
Produce data to augment search result set.
__construct(ResultAugmentor $augmentor)
ResultAugmentor $rowAugmentor
A set of SearchEngine results.
extractResults()
Extract all the results in the result set as array.