# File lib/thinking_sphinx/real_time/index.rb, line 8
  def initialize(reference, options = {})
    @fields     = []
    @attributes = []
    @conditions = []

    super reference, options

    Template.new(self).apply
  end