# File lib/thinking_sphinx/search.rb, line 92 def populate return self if @populated middleware.call [context] @populated = true self end