Sunspot::Type::AbstractType
The Float type represents floating-point numbers.
# File lib/sunspot/type.rb, line 176 def to_literal(value) to_indexed(value) end