Class: Sunspot::DSL::StandardQuery

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

Instance Method Summary collapse

Instance Method Details

#spellcheck(options = {}) ⇒ Object



77
78
79
# File 'lib/sunspot/sunspot_spellcheck.rb', line 77

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