class Sunspot::Type::IntegerType

The Integer type represents integers.

Public Instance Methods

to_literal(value) click to toggle source
# File lib/sunspot/type.rb, line 145
def to_literal(value)
  to_indexed(value)
end