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 224 of file SearchOracle.php.
OracleSearchResultSet::__construct | ( | $ | resultSet, | |
$ | terms | |||
) |
Definition at line 225 of file SearchOracle.php.
OracleSearchResultSet::next | ( | ) |
Fetches next search result, or false.
Reimplemented from SearchResultSet.
Definition at line 238 of file SearchOracle.php.
References $row.
OracleSearchResultSet::numRows | ( | ) |
OracleSearchResultSet::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 230 of file SearchOracle.php.