Sunspot::Type::AbstractType
The Integer type represents integers.
# File lib/sunspot/type.rb, line 145 def to_literal(value) to_indexed(value) end