Sunspot::Type::FloatType
The Double type indexes Ruby Floats (which are in fact doubles) into Java Double fields
# File lib/sunspot/type.rb, line 191 def indexed_name(name) "#{name}_e" end