Sunspot::Query::Restriction::AbstractRange
# File lib/sunspot/query/restriction.rb, line 369 def initialize(negated, field, value) @operation = 'Intersects' super end