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. |
Definition at line 235 of file SearchPostgres.php.
PostgresSearchResultSet::__construct | ( | $ | resultSet, | |
$ | terms | |||
) |
Definition at line 236 of file SearchPostgres.php.
PostgresSearchResultSet::next | ( | ) |
Fetches next search result, or false.
Reimplemented from SearchResultSet.
Definition at line 249 of file SearchPostgres.php.
References $row.
PostgresSearchResultSet::numRows | ( | ) |
PostgresSearchResultSet::termMatches | ( | ) |
Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract.
Reimplemented from SearchResultSet.
Definition at line 241 of file SearchPostgres.php.