SqlSearchResultSet Class Reference

This class is used for different SQL-based search engines shipped with MediaWiki. More...

Inherits SearchResultSet.

Inherited by MySQLSearchResultSet, PostgresSearchResultSet, and SqliteSearchResultSet.

List of all members.

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.


Detailed Description

This class is used for different SQL-based search engines shipped with MediaWiki.

Definition at line 550 of file SearchEngine.php.


Constructor & Destructor Documentation

SqlSearchResultSet::__construct ( resultSet,
terms 
)


Member Function Documentation

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

Returns:
SearchResult

Reimplemented from SearchResultSet.

Reimplemented in PostgresSearchResultSet.

Definition at line 564 of file SearchEngine.php.

SqlSearchResultSet::numRows (  ) 

Reimplemented from SearchResultSet.

Definition at line 560 of file SearchEngine.php.

SqlSearchResultSet::termMatches (  ) 

Fetch an array of regular expression fragments for matching the search terms as parsed by this engine in a text extract.

STUB

Returns:
Array

Reimplemented from SearchResultSet.

Definition at line 556 of file SearchEngine.php.


The documentation for this class was generated from the following file:

Generated on Sat Apr 30 22:57:50 2011 for MediaWiki by  doxygen 1.5.9