solrizer 1.1.1 → 1.1.2
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.
- data/Gemfile.lock +1 -1
- data/History.txt +4 -1
- data/bin/solrizer +1 -1
- data/lib/solrizer/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/History.txt
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
h2. 1.1.2
|
|
2
|
+
|
|
3
|
+
BUG: Not responding to messages of type: "modifyDatastreamByValue"
|
|
4
|
+
|
|
1
5
|
h2. 1.1.1
|
|
2
6
|
|
|
3
7
|
BUG: Trying to index the children of proxy terms (can't access them in OM). Added a check to make sure it doesn't do this.
|
|
4
8
|
BUG: Not responding to messages of type: "modifyDatastreamByReference"
|
|
5
9
|
BUG: Not logging unavailable message types
|
|
6
10
|
|
|
7
|
-
|
|
8
11
|
h2. 1.0.3
|
|
9
12
|
|
|
10
13
|
BUG: Extractor.format_field_values was choking when value was nil
|
data/bin/solrizer
CHANGED
|
@@ -89,7 +89,7 @@ begin
|
|
|
89
89
|
|
|
90
90
|
puts @msg.headers.inspect
|
|
91
91
|
puts "\nPID: #{@msg.headers["pid"]}\n"
|
|
92
|
-
if ["addDatastream", "addRelationship","ingest","
|
|
92
|
+
if ["addDatastream", "addRelationship","ingest","modifyDatastreamByValue","modifyDatastreamByReference","modifyObject","purgeDatastream","purgeRelationship"].include? method
|
|
93
93
|
solrizer = Solrizer::Fedora::Solrizer.new
|
|
94
94
|
solrizer.solrize @msg.headers["pid"]
|
|
95
95
|
elsif method == "purgeObject"
|
data/lib/solrizer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solrizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 1.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Zumwalt
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-09-
|
|
18
|
+
date: 2011-09-20 00:00:00 +08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|