|
MediaWiki
master
|
A SearchResultSet wrapper for SearchNearMatcher. More...


Public Member Functions | |
| __construct ($match) | |
| next () | |
| numRows () | |
| rewind () | |
Public Member Functions inherited from SearchResultSet | |
| __construct ($containedSyntax=false) | |
| free () | |
| Frees the result set, if applicable. More... | |
| getInterwikiResults ($type=self::SECONDARY_RESULTS) | |
| Return a result set of hits on other (multiple) wikis associated with this one. More... | |
| getQueryAfterRewrite () | |
| getQueryAfterRewriteSnippet () | |
| getSuggestionQuery () | |
| getSuggestionSnippet () | |
| getTotalHits () | |
| Some search modes return a total hit count for the query in the entire article database. More... | |
| hasInterwikiResults ($type=self::SECONDARY_RESULTS) | |
| Check if there are results on other wikis. More... | |
| hasRewrittenQuery () | |
| Some search modes will run an alternative query that it thinks gives a better result than the provided search. More... | |
| hasSuggestion () | |
| Some search modes return a suggested alternate term if there are no exact hits. More... | |
| next () | |
| Fetches next search result, or false. More... | |
| numRows () | |
| rewind () | |
| Rewind result set back to begining. More... | |
| searchContainedSyntax () | |
| Did the search contain search syntax? If so, Special:Search won't offer the user a link to a create a page named by the search string because the name would contain the search syntax. More... | |
| termMatches () | |
| Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract. More... | |
Private Attributes | |
| $fetched = false | |
Additional Inherited Members | |
Protected Attributes inherited from SearchResultSet | |
| $containedSyntax = false | |
| Types of interwiki results. More... | |
A SearchResultSet wrapper for SearchNearMatcher.
Definition at line 5 of file SearchNearMatchResultSet.php.
| SearchNearMatchResultSet::__construct | ( | $match | ) |
Definition at line 11 of file SearchNearMatchResultSet.php.
References result.
| SearchNearMatchResultSet::next | ( | ) |
Definition at line 19 of file SearchNearMatchResultSet.php.
References SearchResult\newFromTitle(), and result.
| SearchNearMatchResultSet::numRows | ( | ) |
Definition at line 15 of file SearchNearMatchResultSet.php.
References result.
| SearchNearMatchResultSet::rewind | ( | ) |
Definition at line 27 of file SearchNearMatchResultSet.php.
|
private |
Definition at line 6 of file SearchNearMatchResultSet.php.