# File lib/thinking_sphinx/commands/base.rb, line 6
  def self.call(configuration, options, stream = STDOUT)
    new(configuration, options, stream).call_with_handling
  end