Ask Solr to suggest alternative spellings for the query
The list of options can be found here: wiki.apache.org/solr/SpellCheckComponent
# File lib/sunspot/dsl/spellcheckable.rb, line 9 def spellcheck(options = {}) @query.add_spellcheck(options) end