# File lib/thinking_sphinx/facet_search.rb, line 21
  def each(&block)
    populate

    @hash.each(&block)
  end