Module: Blacklight::Solr::Response::Spelling

Included in:
Blacklight::Solr::Response
Defined in:
lib/blacklight/solr/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



8
9
10
# File 'lib/blacklight/solr/response/spelling.rb', line 8

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