# File lib/thinking_sphinx/search.rb, line 253
    def total_entries
      populate
      return 0 if @results[:total_found].nil?
      
      @total_entries ||= @results[:total_found]
    end