MediaWiki
REL1_24
|
Public Member Functions | |
free () | |
Frees the result set, if applicable. | |
getInterwikiResults () | |
Return a result set of hits on other (multiple) wikis associated with this one. | |
getSuggestionQuery () | |
getSuggestionSnippet () | |
getTotalHits () | |
Some search modes return a total hit count for the query in the entire article database. | |
hasInterwikiResults () | |
Check if there are results on other wikis. | |
hasSuggestion () | |
Some search modes return a suggested alternate term if there are no exact hits. | |
next () | |
Fetches next search result, or false. | |
numRows () | |
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. | |
termMatches () | |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract. |
Definition at line 27 of file SearchResultSet.php.
Frees the result set, if applicable.
Reimplemented in SqlSearchResultSet.
Definition at line 112 of file SearchResultSet.php.
Return a result set of hits on other (multiple) wikis associated with this one.
Definition at line 86 of file SearchResultSet.php.
Referenced by hasInterwikiResults().
Definition at line 70 of file SearchResultSet.php.
Definition at line 77 of file SearchResultSet.php.
Some search modes return a total hit count for the query in the entire article database.
This may include pages in namespaces that would not be matched on the given settings.
Return null if no total hits number is supported.
Reimplemented in SqlSearchResultSet.
Definition at line 53 of file SearchResultSet.php.
Check if there are results on other wikis.
Definition at line 95 of file SearchResultSet.php.
References getInterwikiResults().
Some search modes return a suggested alternate term if there are no exact hits.
Returns true if there is one on this set.
Definition at line 63 of file SearchResultSet.php.
Fetches next search result, or false.
STUB
Reimplemented in SearchNearMatchResultSet, and SqlSearchResultSet.
Definition at line 105 of file SearchResultSet.php.
Reimplemented in SearchNearMatchResultSet, and SqlSearchResultSet.
Definition at line 39 of file SearchResultSet.php.
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.
Definition at line 122 of file SearchResultSet.php.
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract.
STUB
Reimplemented in SqlSearchResultSet.
Definition at line 35 of file SearchResultSet.php.
References array().