europeana-blacklight 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29a0e57ed225f0860790f4215adbf9a22befca98
4
- data.tar.gz: f3e23a37016d58b5e0f3ab25483aa6ddb82a6db1
3
+ metadata.gz: 20af20169fc09d7392d29b70558c4a2a8d4aee95
4
+ data.tar.gz: 5ce0974fba0f7f7a98b75121d8a35ba9785856d3
5
5
  SHA512:
6
- metadata.gz: 0b143da6b190ca1dc96089be69fbbc68f67cfe5cbaa4f10404c26d5f7527d886dba1e0c26c51598955cee1ed3e3f8412985ed884bf3b9995e545f1eb058e6347
7
- data.tar.gz: abde1175089ad11e1ddcf5ed8d560f68fab68308325f3d74a4f9d485ccd8d91674a1ff67ca835ec899786141eeb1172ace7cd252cb2f0c0abcd6ce75c53c20cc
6
+ metadata.gz: 63bef23cddc0df4028d1927d61704ef50ee0bad76f14205146ea6da585883ec5012ba3e93022d3ab2cbc52d7c73e35f66c094dd282127924a3aac9037ba0ef54
7
+ data.tar.gz: 4086e94abacd17d8eebda797e7fda77d58de0f0fa59ef154b09efd85d87d8f8f65ca977de7cd4558b20617acd3b41d6311b6b7f8066c70ca0c098d346d332bad
@@ -17,10 +17,10 @@ module Europeana
17
17
 
18
18
  def more_like_this_logic
19
19
  [
20
- { param: 'title', fields: 'title', boost: 0.3 },
20
+ { param: 'what', fields: ['proxies.dcType', 'proxies.dcSubject'], boost: 0.8 },
21
21
  { param: 'who', fields: 'proxies.dcCreator', boost: 0.5 },
22
- { param: 'DATA_PROVIDER', fields: 'aggregations.edmDataProvider', boost: 0.2 },
23
- { param: 'what', fields: ['proxies.dcType', 'proxies.dcSubject', 'concepts.about'], boost: 0.8 },
22
+ { param: 'title', fields: 'title', boost: 0.3 },
23
+ { param: 'DATA_PROVIDER', fields: 'aggregations.edmDataProvider', boost: 0.2 }
24
24
  ]
25
25
  end
26
26
 
@@ -1,6 +1,6 @@
1
1
  module Europeana
2
2
  #:nodoc:
3
3
  module Blacklight
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.5'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: europeana-blacklight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Doe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: blacklight
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
- rubygems_version: 2.4.6
159
+ rubygems_version: 2.4.8
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Europeana REST API adapter for Blacklight