# File lib/thinking_sphinx/search.rb, line 295
    def each_with_match(&block)
      populate
      results[:matches].each_with_index do |match, index|
        yield self[index], match
      end
    end