MediaWiki  REL1_19
SqliteSearchResultSet Class Reference
Inheritance diagram for SqliteSearchResultSet:
Collaboration diagram for SqliteSearchResultSet:

List of all members.

Public Member Functions

 __construct ($resultSet, $terms, $totalHits=null)
 getTotalHits ()
 Some search modes return a total hit count for the query in the entire article database.

Detailed Description

Definition at line 335 of file SearchSqlite.php.


Constructor & Destructor Documentation

SqliteSearchResultSet::__construct ( resultSet,
terms,
totalHits = null 
)

Definition at line 336 of file SearchSqlite.php.


Member Function Documentation

Some search modes return a total hit count for the query in the entire article database.

This may include pages in namespaces that would not be matched on the given settings.

Return null if no total hits number is supported.

Returns:
Integer

Reimplemented from SearchResultSet.

Definition at line 341 of file SearchSqlite.php.


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