MediaWiki
REL1_21
|
Public Member Functions | |
free () | |
Frees the result set, if applicable. | |
getInfo () | |
Return information about how and from where the results were fetched, should be useful for diagnostics and debugging. | |
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. | |
hasResults () | |
Return true if results are included in this result set. | |
hasSuggestion () | |
Some search modes return a suggested alternate term if there are no exact hits. | |
next () | |
Fetches next search result, or false. | |
numRows () | |
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 516 of file SearchEngine.php.
Frees the result set, if applicable.
Reimplemented in SqlSearchResultSet.
Definition at line 621 of file SearchEngine.php.
Return information about how and from where the results were fetched, should be useful for diagnostics and debugging.
Definition at line 586 of file SearchEngine.php.
Return a result set of hits on other (multiple) wikis associated with this one.
Definition at line 595 of file SearchEngine.php.
Definition at line 569 of file SearchEngine.php.
Definition at line 576 of file SearchEngine.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 MySQLSearchResultSet, and SqliteSearchResultSet.
Definition at line 552 of file SearchEngine.php.
Check if there are results on other wikis.
Definition at line 604 of file SearchEngine.php.
Return true if results are included in this result set.
STUB
Definition at line 538 of file SearchEngine.php.
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 562 of file SearchEngine.php.
Fetches next search result, or false.
STUB
Reimplemented in SearchNearMatchResultSet, SqlSearchResultSet, MssqlSearchResultSet, and PostgresSearchResultSet.
Definition at line 614 of file SearchEngine.php.
Reimplemented in SearchNearMatchResultSet, SqlSearchResultSet, and MssqlSearchResultSet.
Definition at line 528 of file SearchEngine.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, and MssqlSearchResultSet.
Definition at line 524 of file SearchEngine.php.