# File lib/thinking_sphinx/deltas/default_delta.rb, line 16 def delete(index, instance) ThinkingSphinx::Deltas::DeleteJob.new( index.name, index.document_id_for_instance(instance) ).perform end