MediaWiki
REL1_19
|
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 230 of file SearchMssql.php.
MssqlSearchResultSet::__construct | ( | $ | resultSet, |
$ | terms | ||
) |
Definition at line 231 of file SearchMssql.php.
Fetches next search result, or false.
STUB
Reimplemented from SearchResultSet.
Definition at line 244 of file SearchMssql.php.
Reimplemented from SearchResultSet.
Definition at line 240 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 236 of file SearchMssql.php.