class Sunspot::Type::TimeType

The time type represents times. Note that times are always converted to UTC before indexing, and facets of Time fields always return times in UTC.

Constants

XMLSCHEMA

Public Instance Methods

to_literal(value) click to toggle source
# File lib/sunspot/type.rb, line 213
def to_literal(value)
  to_indexed(value)
end