Sha256: 3f5273bda6a5987cf2132bc5e3a794717195ef4270b201de9de6547a2ff703f1
Contents?: true
Size: 278 Bytes
Versions: 66
Compression:
Stored size: 278 Bytes
Contents
module Blacklight::SolrResponse::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
66 entries across 66 versions & 1 rubygems