# File lib/thinking_sphinx/index.rb, line 22
    def initialize(model, &block)
      @name         = self.class.name_for model
      @model        = model
      @sources      = []
      @options      = {}
      @delta_object = nil
    end