MediaWiki
REL1_22
|
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 579 of file SearchEngine.php.
Frees the result set, if applicable.
Reimplemented in SqlSearchResultSet.
Definition at line 684 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 649 of file SearchEngine.php.
Return a result set of hits on other (multiple) wikis associated with this one.
Definition at line 658 of file SearchEngine.php.
Definition at line 632 of file SearchEngine.php.
Definition at line 639 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 615 of file SearchEngine.php.
Check if there are results on other wikis.
Definition at line 667 of file SearchEngine.php.
Return true if results are included in this result set.
STUB
Definition at line 601 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 625 of file SearchEngine.php.
Fetches next search result, or false.
STUB
Reimplemented in SearchNearMatchResultSet, SqlSearchResultSet, MssqlSearchResultSet, and PostgresSearchResultSet.
Definition at line 677 of file SearchEngine.php.
Reimplemented in SearchNearMatchResultSet, SqlSearchResultSet, and MssqlSearchResultSet.
Definition at line 591 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 587 of file SearchEngine.php.