Method: ThinkingSphinx::ActiveRecord#sphinx_document_id
- Defined in:
- lib/thinking_sphinx/active_record.rb
#sphinx_document_id ⇒ Object
365 366 367 368 |
# File 'lib/thinking_sphinx/active_record.rb', line 365 def sphinx_document_id primary_key_for_sphinx * ThinkingSphinx.context.indexed_models.size + self.class.sphinx_offset end |