class ThinkingSphinx::StaleIdsException

A StaleIdsException is thrown by Collection.instances_from_matches if there are records in Sphinx but not in the database, so the search can be retried.

Attributes

ids[RW]

Public Class Methods

new(ids) click to toggle source
# File lib/thinking_sphinx.rb, line 45
def initialize(ids)
  self.ids = ids
end