29 $searchResult = $it->current();
31 return $searchResult ??
false;
47 } elseif ( $this->
bcIterator ===
'RECURSION' ) {
52 wfDeprecated( static::class .
' without implementing extractResults',
'1.32' );
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
BaseSearchResultSet is the base class that must be extended by SearchEngine search result set impleme...
termMatches()
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine...
ArrayIterator null $bcIterator
Iterator supporting BC iteration methods.
free()
Frees the result set, if applicable.
next()
Fetches next search result, or false.
rewind()
Rewind result set back to beginning.
A set of SearchEngine results.