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

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



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

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