# File lib/thinking_sphinx/masks/group_enumerators_mask.rb, line 12
  def each_with_count(&block)
    @search.raw.each_with_index do |row, index|
      yield @search[index], row["sphinx_internal_count"]
    end
  end