Module: GSolr::Ext::Response::Spelling

Defined in:
lib/gsolr_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

#spellingObject



7
8
9
# File 'lib/gsolr_ext/response/spelling.rb', line 7

def spelling
  @spelling ||= Base.new(self)
end