# File lib/thinking_sphinx/distributed/index.rb, line 27
  def primary_key
    @primary_key ||= configuration.settings['primary_key'] || :id
  end