29 parent::__construct();
32 $this->totalHits = $total;
45 if ( $this->resultSet ===
false ) {
49 return $this->resultSet->numRows();
54 if ( $this->resultSet ===
false ) {
58 if ( $this->results ===
null ) {
60 $this->resultSet->rewind();
62 ->convertForSearchResult( $this->terms );
63 foreach ( $this->resultSet as $row ) {
69 $this->results[] = $result;
77 if ( $this->totalHits !==
null ) {
87class_alias( SqlSearchResultSet::class,
'SqlSearchResultSet' );