# File lib/thinking_sphinx/commander.rb, line 4
  def self.call(command, configuration, options, stream = STDOUT)
    raise ThinkingSphinx::UnknownCommand unless registry.keys.include?(command)

    registry[command].call configuration, options, stream
  end