Class: Sunspot::Type::TrieFloatType
- Inherits:
-
FloatType
- Object
- AbstractType
- FloatType
- Sunspot::Type::TrieFloatType
- Defined in:
- lib/sunspot/type.rb
Overview
Store floats in a TrieField, which makes range queries much faster.
Instance Method Summary collapse
Methods inherited from FloatType
#cast, #to_indexed, #to_literal
Methods inherited from AbstractType
#accepts_dynamic?, #accepts_more_like_this?, #to_literal
Instance Method Details
#indexed_name(name) ⇒ Object
283 284 285 |
# File 'lib/sunspot/type.rb', line 283 def indexed_name(name) "#{super}t" end |