# File lib/thinking_sphinx/active_record.rb, line 371
    def sphinx_document_id
      primary_key_for_sphinx * ThinkingSphinx.context.indexed_models.size +
        self.class.sphinx_offset
    end