# File lib/thinking_sphinx/search.rb, line 201
    def next_page
      current_page >= total_pages ? nil : current_page + 1
    end