class Sunspot::Query::CommonQuery

Public Instance Methods

spellcheck(options = {}) click to toggle source
# File lib/sunspot/sunspot_spellcheck.rb, line 32
def spellcheck(options = {})
  @components << Spellcheck.new(options)
end