Class: Sunspot::Query::CommonQuery
- Inherits:
-
Object
- Object
- Sunspot::Query::CommonQuery
- Defined in:
- lib/sunspot/sunspot_spellcheck.rb
Instance Method Summary collapse
Instance Method Details
#spellcheck(options = {}) ⇒ Object
32 33 34 |
# File 'lib/sunspot/sunspot_spellcheck.rb', line 32 def spellcheck( = {}) @components << Spellcheck.new() end |