Module: Blacklight::Solr::Document::MoreLikeThis
- Included in:
- Blacklight::Solr::Document
- Defined in:
- app/models/concerns/blacklight/solr/document/more_like_this.rb
Instance Method Summary collapse
Instance Method Details
#more_like_this ⇒ Object
3 4 5 |
# File 'app/models/concerns/blacklight/solr/document/more_like_this.rb', line 3 def more_like_this response.more_like(self).map { |doc| self.class.new(doc, response) } end |