# File lib/thinking_sphinx/configuration/distributed_indices.rb, line 8
  def reconcile
    grouped_indices.each do |reference, indices|
      append distributed_index(reference, indices)
    end
  end