module Blacklight::Solr::Response::Spelling

A mixin for making access to the spellcheck component data easy.

response.spelling.words

Public Instance Methods

spelling() click to toggle source
# File lib/blacklight/solr/response/spelling.rb, line 8
def spelling
  @spelling ||= Base.new(self)
end