# File lib/thinking_sphinx/attribute.rb, line 176
    def updatable?
      [:integer, :datetime, :boolean].include?(type) && !is_string?
    end