# File lib/thinking_sphinx/search_methods.rb, line 394
      def search_for_id(id, index, options = {})
        ThinkingSphinx::Search.new(
          *search_options([],
            :ids_only => true,
            :index    => index,
            :id_range => id..id
          )
        ).any?
      end