class Sunspot::Type::TrieFloatType
Store floats in a TrieField, which makes range queries much faster.
Public Instance Methods
indexed_name(name)
click to toggle source
# File lib/sunspot/type.rb, line 283 def indexed_name(name) "#{super}t" end