# File lib/thinking_sphinx/interfaces/real_time.rb, line 4
  def initialize(configuration, options, stream = STDOUT)
    super

    configuration.preload_indices

    command :prepare
  end