Class: Sunspot::DSL::StandardQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/sunspot_suggest/sunspot/dsl/standard_query.rb

Instance Method Summary collapse

Instance Method Details

#spellcheck(options = {}) ⇒ Object



9
10
11
# File 'lib/sunspot_suggest/sunspot/dsl/standard_query.rb', line 9

def spellcheck(options = {})
  @query.spellcheck(options)
end

#suggest(options = {}) ⇒ Object



5
6
7
# File 'lib/sunspot_suggest/sunspot/dsl/standard_query.rb', line 5

def suggest(options = {})
  @query.suggest(options)
end