MediaWiki
REL1_21
|
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. |
Definition at line 334 of file SearchSqlite.php.
SqliteSearchResultSet::__construct | ( | $ | resultSet, |
$ | terms, | ||
$ | totalHits = null |
||
) |
Definition at line 335 of file SearchSqlite.php.
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.
Reimplemented from SearchResultSet.
Definition at line 340 of file SearchSqlite.php.