Module: Europeana::Blacklight::Response::MoreLikeThis

Included in:
Europeana::Blacklight::Response
Defined in:
lib/europeana/blacklight/response/more_like_this.rb

Overview

MLT forEuropeana::Blacklight::Response

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

Instance Method Summary collapse

Instance Method Details

#more_like(_document) ⇒ Object



9
10
11
# File 'lib/europeana/blacklight/response/more_like_this.rb', line 9

def more_like(_document)
  []
end

#more_like_thisObject



13
14
15
# File 'lib/europeana/blacklight/response/more_like_this.rb', line 13

def more_like_this
  {}
end