class Sunspot::Type::TrieTimeType

Index times using a TrieField. Internally, trie times are indexed as Unix timestamps in a trie integer field, as TrieField does not support datetime types natively. This distinction should have no effect from the standpoint of the library’s API.

Public Instance Methods

indexed_name(name) click to toggle source
# File lib/sunspot/type.rb, line 295
def indexed_name(name)
  "#{super}t"
end