# File lib/thinking_sphinx/deltas/default_delta.rb, line 22
  def index(index)
    ThinkingSphinx::Deltas::IndexJob.new(index.name).perform
  end