phpbb\search\fulltext_native::get_stats PHP Method

get_stats() protected method

protected get_stats ( )
    protected function get_stats()
    {
        $this->stats['total_words'] = $this->db->get_estimated_row_count(SEARCH_WORDLIST_TABLE);
        $this->stats['total_matches'] = $this->db->get_estimated_row_count(SEARCH_WORDMATCH_TABLE);
    }