Inherits SearchResultSet.
Inherited by MySQLSearchResultSet, PostgresSearchResultSet, and SqliteSearchResultSet.
Public Member Functions | |
__construct ($resultSet, $terms) | |
termMatches () | |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract. | |
numRows () | |
next () | |
Fetches next search result, or false. | |
free () | |
Frees the result set, if applicable. |
Definition at line 550 of file SearchEngine.php.
SqlSearchResultSet::__construct | ( | $ | resultSet, | |
$ | terms | |||
) |
Reimplemented in PostgresSearchResultSet.
Definition at line 551 of file SearchEngine.php.
Referenced by MySQLSearchResultSet::MySQLSearchResultSet(), and SqliteSearchResultSet::SqliteSearchResultSet().
SqlSearchResultSet::free | ( | ) |
Frees the result set, if applicable.
Reimplemented from SearchResultSet.
Definition at line 574 of file SearchEngine.php.
SqlSearchResultSet::next | ( | ) |
Fetches next search result, or false.
STUB
Reimplemented from SearchResultSet.
Reimplemented in PostgresSearchResultSet.
Definition at line 564 of file SearchEngine.php.
SqlSearchResultSet::numRows | ( | ) |
SqlSearchResultSet::termMatches | ( | ) |
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 556 of file SearchEngine.php.