Sha256: 9a13190fa20a1916e854ae314061cb1fbb02366161d4b596aa05da14daca4994
Contents?: true
Size: 311 Bytes
Versions: 43
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Blacklight::Solr::Response::MoreLikeThis def more_like document mlt = more_like_this[document.id] return [] unless mlt and mlt['docs'] mlt['docs'] end def more_like_this return {} unless self[:moreLikeThis] self[:moreLikeThis] end end
Version data entries
43 entries across 43 versions & 1 rubygems