# File lib/thinking_sphinx/active_record.rb, line 331
    def in_index?(suffix)
      self.class.search_for_id self.sphinx_document_id, sphinx_index_name(suffix)
    end