module Europeana::Blacklight::Response::MoreLikeThis

MLT for{Europeana::Blacklight::Response}

This will just return blank objects from the MLT methods BL expects.

Public Instance Methods

more_like(_document) click to toggle source
# File lib/europeana/blacklight/response/more_like_this.rb, line 11
def more_like(_document)
  []
end
more_like_this() click to toggle source
# File lib/europeana/blacklight/response/more_like_this.rb, line 15
def more_like_this
  {}
end