Module: RSolr::Ext::Response::Spelling
- Defined in:
- lib/rsolr-ext/response/spelling.rb
Overview
A mixin for making access to the spellcheck component data easy.
response.spelling.words
Defined Under Namespace
Classes: Base
Instance Method Summary collapse
Instance Method Details
#spelling ⇒ Object
7 8 9 |
# File 'lib/rsolr-ext/response/spelling.rb', line 7 def spelling @spelling ||= Base.new(self) end |