# File lib/thinking_sphinx/search.rb, line 340
    def client
      client = options[:client] || config.client
      
      prepare client
    end