MediaWiki
REL1_23
|
Public Member Functions | |
__construct ($resultSet, $terms) | |
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 211 of file SearchMssql.php.
MssqlSearchResultSet::__construct | ( | $ | resultSet, |
$ | terms | ||
) |
Definition at line 212 of file SearchMssql.php.
Fetches next search result, or false.
STUB
Reimplemented from SearchResultSet.
Definition at line 225 of file SearchMssql.php.
Reimplemented from SearchResultSet.
Definition at line 221 of file SearchMssql.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 217 of file SearchMssql.php.