class Sunspot::Type::TrieIntegerType

Store integers 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 274
def indexed_name(name)
  "#{super}t"
end