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.
# File lib/sunspot/type.rb, line 295 def indexed_name(name) "#{super}t" end