Method: Sunspot::Query::StandardQuery#add_boost_function

Defined in:
lib/sunspot/query/standard_query.rb

#add_boost_function(function) ⇒ Object



23
24
25
# File 'lib/sunspot/query/standard_query.rb', line 23

def add_boost_function(function)
  @fulltext.add_boost_function(function)
end