Class: Sunspot::Query::FunctionQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/sunspot/query/function_query.rb

Overview

Abstract class for function queries.

Instance Method Summary collapse

Instance Method Details

#^(y) ⇒ Object



8
9
10
11
# File 'lib/sunspot/query/function_query.rb', line 8

def ^(y)
  @boost_amount = y
  self
end