class Sunspot::Type::FloatType

The Float type represents floating-point numbers.

Public Instance Methods

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