MediaWiki
REL1_22
|
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 235 of file SearchMssql.php.
MssqlSearchResultSet::__construct | ( | $ | resultSet, |
$ | terms | ||
) |
Definition at line 236 of file SearchMssql.php.
Fetches next search result, or false.
STUB
Reimplemented from SearchResultSet.
Definition at line 249 of file SearchMssql.php.
Reimplemented from SearchResultSet.
Definition at line 245 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 241 of file SearchMssql.php.