Sha256: e5c1db12c727f6427e5be98a7d3af63450827bf23484f371968fd9fc68e171d3
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
module Sunspot module Query class DateFieldJsonFacet < RangeJsonFacet def initialize(field, options, setup) super @gap = "+#{@gap}#{options[:gap_unit] || 'SECONDS'}" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sunspot-2.7.1 | lib/sunspot/query/date_field_json_facet.rb |
sunspot-2.7.0 | lib/sunspot/query/date_field_json_facet.rb |
sunspot-2.6.0 | lib/sunspot/query/date_field_json_facet.rb |