MediaWiki
REL1_21
|
This class is used for different SQL-based search engines shipped with MediaWiki. More...
Public Member Functions | |
__construct ($resultSet, $terms) | |
free () | |
Frees the result set, if applicable. | |
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. | |
Protected Attributes | |
$mResultSet |
This class is used for different SQL-based search engines shipped with MediaWiki.
Definition at line 629 of file SearchEngine.php.
SqlSearchResultSet::__construct | ( | $ | resultSet, |
$ | terms | ||
) |
Reimplemented in PostgresSearchResultSet.
Definition at line 633 of file SearchEngine.php.
Frees the result set, if applicable.
Reimplemented from SearchResultSet.
Definition at line 660 of file SearchEngine.php.
Fetches next search result, or false.
STUB
Reimplemented from SearchResultSet.
Reimplemented in PostgresSearchResultSet.
Definition at line 649 of file SearchEngine.php.
References SearchResult\newFromRow().
Reimplemented from SearchResultSet.
Definition at line 642 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 from SearchResultSet.
Definition at line 638 of file SearchEngine.php.
SqlSearchResultSet::$mResultSet [protected] |
Definition at line 631 of file SearchEngine.php.