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