class Sunspot::DSL::StandardQuery

Public Instance Methods

spellcheck(options = {}) click to toggle source
# File lib/sunspot_suggest/sunspot/dsl/standard_query.rb, line 9
def spellcheck(options = {})
  @query.spellcheck(options)
end
suggest(options = {}) click to toggle source
# File lib/sunspot_suggest/sunspot/dsl/standard_query.rb, line 5
def suggest(options = {})
  @query.suggest(options)
end