hydra-works 1.0.0 → 1.1.0
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 +5 -5
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +5 -0
- data/hydra-works.gemspec +3 -4
- data/lib/hydra/works/characterization/fits_document.rb +340 -164
- data/lib/hydra/works/models/concerns/collection_behavior.rb +44 -0
- data/lib/hydra/works/models/concerns/file_set_behavior.rb +20 -0
- data/lib/hydra/works/models/concerns/work_behavior.rb +54 -0
- data/lib/hydra/works/services/characterization_service.rb +1 -0
- data/lib/hydra/works/version.rb +1 -1
- data/lib/hydra/works/virus_scanner.rb +1 -1
- data/spec/hydra/works/models/collection_spec.rb +150 -0
- data/spec/hydra/works/models/file_set_spec.rb +47 -0
- data/spec/hydra/works/models/work_spec.rb +213 -7
- metadata +9 -40
- data/solr/config/_rest_managed.json +0 -3
- data/solr/config/admin-extra.html +0 -31
- data/solr/config/elevate.xml +0 -36
- data/solr/config/mapping-ISOLatin1Accent.txt +0 -246
- data/solr/config/protwords.txt +0 -21
- data/solr/config/schema.xml +0 -372
- data/solr/config/scripts.conf +0 -24
- data/solr/config/solrconfig.xml +0 -419
- data/solr/config/spellings.txt +0 -2
- data/solr/config/stopwords.txt +0 -58
- data/solr/config/stopwords_en.txt +0 -58
- data/solr/config/synonyms.txt +0 -31
- data/solr/config/xslt/example.xsl +0 -132
- data/solr/config/xslt/example_atom.xsl +0 -67
- data/solr/config/xslt/example_rss.xsl +0 -66
- data/solr/config/xslt/luke.xsl +0 -337
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hydra-works
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: 4.2.10
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '
|
22
|
+
version: '6.0'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: 4.2.10
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '
|
32
|
+
version: '6.0'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: hydra-derivatives
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,20 +78,6 @@ dependencies:
|
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0.9'
|
81
|
-
- !ruby/object:Gem::Dependency
|
82
|
-
name: om
|
83
|
-
requirement: !ruby/object:Gem::Requirement
|
84
|
-
requirements:
|
85
|
-
- - "~>"
|
86
|
-
- !ruby/object:Gem::Version
|
87
|
-
version: '3.1'
|
88
|
-
type: :runtime
|
89
|
-
prerelease: false
|
90
|
-
version_requirements: !ruby/object:Gem::Requirement
|
91
|
-
requirements:
|
92
|
-
- - "~>"
|
93
|
-
- !ruby/object:Gem::Version
|
94
|
-
version: '3.1'
|
95
81
|
- !ruby/object:Gem::Dependency
|
96
82
|
name: bundler
|
97
83
|
requirement: !ruby/object:Gem::Requirement
|
@@ -140,14 +126,14 @@ dependencies:
|
|
140
126
|
requirements:
|
141
127
|
- - "~>"
|
142
128
|
- !ruby/object:Gem::Version
|
143
|
-
version: '
|
129
|
+
version: '12.3'
|
144
130
|
type: :development
|
145
131
|
prerelease: false
|
146
132
|
version_requirements: !ruby/object:Gem::Requirement
|
147
133
|
requirements:
|
148
134
|
- - "~>"
|
149
135
|
- !ruby/object:Gem::Version
|
150
|
-
version: '
|
136
|
+
version: '12.3'
|
151
137
|
- !ruby/object:Gem::Dependency
|
152
138
|
name: rspec
|
153
139
|
requirement: !ruby/object:Gem::Requirement
|
@@ -182,14 +168,14 @@ dependencies:
|
|
182
168
|
requirements:
|
183
169
|
- - "~>"
|
184
170
|
- !ruby/object:Gem::Version
|
185
|
-
version: '0
|
171
|
+
version: '2.0'
|
186
172
|
type: :development
|
187
173
|
prerelease: false
|
188
174
|
version_requirements: !ruby/object:Gem::Requirement
|
189
175
|
requirements:
|
190
176
|
- - "~>"
|
191
177
|
- !ruby/object:Gem::Version
|
192
|
-
version: '0
|
178
|
+
version: '2.0'
|
193
179
|
- !ruby/object:Gem::Dependency
|
194
180
|
name: sqlite3
|
195
181
|
requirement: !ruby/object:Gem::Requirement
|
@@ -260,22 +246,6 @@ files:
|
|
260
246
|
- lib/hydra/works/version.rb
|
261
247
|
- lib/hydra/works/virus_scanner.rb
|
262
248
|
- lib/hydra/works/vocab/works_terms.rb
|
263
|
-
- solr/config/_rest_managed.json
|
264
|
-
- solr/config/admin-extra.html
|
265
|
-
- solr/config/elevate.xml
|
266
|
-
- solr/config/mapping-ISOLatin1Accent.txt
|
267
|
-
- solr/config/protwords.txt
|
268
|
-
- solr/config/schema.xml
|
269
|
-
- solr/config/scripts.conf
|
270
|
-
- solr/config/solrconfig.xml
|
271
|
-
- solr/config/spellings.txt
|
272
|
-
- solr/config/stopwords.txt
|
273
|
-
- solr/config/stopwords_en.txt
|
274
|
-
- solr/config/synonyms.txt
|
275
|
-
- solr/config/xslt/example.xsl
|
276
|
-
- solr/config/xslt/example_atom.xsl
|
277
|
-
- solr/config/xslt/example_rss.xsl
|
278
|
-
- solr/config/xslt/luke.xsl
|
279
249
|
- spec/fixtures/Example.ogg
|
280
250
|
- spec/fixtures/charter.docx
|
281
251
|
- spec/fixtures/countdown.avi
|
@@ -352,8 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
352
322
|
- !ruby/object:Gem::Version
|
353
323
|
version: '0'
|
354
324
|
requirements: []
|
355
|
-
|
356
|
-
rubygems_version: 2.6.14
|
325
|
+
rubygems_version: 3.0.3
|
357
326
|
signing_key:
|
358
327
|
specification_version: 4
|
359
328
|
summary: Fundamental repository data model for Samvera applications
|
@@ -1,31 +0,0 @@
|
|
1
|
-
<!--
|
2
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
3
|
-
contributor license agreements. See the NOTICE file distributed with
|
4
|
-
this work for additional information regarding copyright ownership.
|
5
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
6
|
-
(the "License"); you may not use this file except in compliance with
|
7
|
-
the License. You may obtain a copy of the License at
|
8
|
-
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
10
|
-
|
11
|
-
Unless required by applicable law or agreed to in writing, software
|
12
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
-
See the License for the specific language governing permissions and
|
15
|
-
limitations under the License.
|
16
|
-
-->
|
17
|
-
|
18
|
-
<!-- The content of this page will be statically included into the top
|
19
|
-
of the admin page. Uncomment this as an example to see there the content
|
20
|
-
will show up.
|
21
|
-
|
22
|
-
<hr>
|
23
|
-
<i>This line will appear before the first table</i>
|
24
|
-
<tr>
|
25
|
-
<td colspan="2">
|
26
|
-
This row will be appended to the end of the first table
|
27
|
-
</td>
|
28
|
-
</tr>
|
29
|
-
<hr>
|
30
|
-
|
31
|
-
-->
|
data/solr/config/elevate.xml
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<!-- If this file is found in the config directory, it will only be
|
20
|
-
loaded once at startup. If it is found in Solr's data
|
21
|
-
directory, it will be re-loaded every commit.
|
22
|
-
-->
|
23
|
-
|
24
|
-
<elevate>
|
25
|
-
<query text="foo bar">
|
26
|
-
<doc id="1" />
|
27
|
-
<doc id="2" />
|
28
|
-
<doc id="3" />
|
29
|
-
</query>
|
30
|
-
|
31
|
-
<query text="ipod">
|
32
|
-
<doc id="MA147LL/A" /> <!-- put the actual ipod at the top -->
|
33
|
-
<doc id="IW-02" exclude="true" /> <!-- exclude this cable -->
|
34
|
-
</query>
|
35
|
-
|
36
|
-
</elevate>
|
@@ -1,246 +0,0 @@
|
|
1
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
2
|
-
# (the "License"); you may not use this file except in compliance with
|
3
|
-
# the License. You may obtain a copy of the License at
|
4
|
-
#
|
5
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
6
|
-
#
|
7
|
-
# Unless required by applicable law or agreed to in writing, software
|
8
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
9
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10
|
-
# See the License for the specific language governing permissions and
|
11
|
-
# limitations under the License.
|
12
|
-
|
13
|
-
# Syntax:
|
14
|
-
# "source" => "target"
|
15
|
-
# "source".length() > 0 (source cannot be empty.)
|
16
|
-
# "target".length() >= 0 (target can be empty.)
|
17
|
-
|
18
|
-
# example:
|
19
|
-
# "??" => "A"
|
20
|
-
# "\u00C0" => "A"
|
21
|
-
# "\u00C0" => "\u0041"
|
22
|
-
# "??" => "ss"
|
23
|
-
# "\t" => " "
|
24
|
-
# "\n" => ""
|
25
|
-
|
26
|
-
# ?? => A
|
27
|
-
"\u00C0" => "A"
|
28
|
-
|
29
|
-
# ?? => A
|
30
|
-
"\u00C1" => "A"
|
31
|
-
|
32
|
-
# ?? => A
|
33
|
-
"\u00C2" => "A"
|
34
|
-
|
35
|
-
# ?? => A
|
36
|
-
"\u00C3" => "A"
|
37
|
-
|
38
|
-
# ?? => A
|
39
|
-
"\u00C4" => "A"
|
40
|
-
|
41
|
-
# ?? => A
|
42
|
-
"\u00C5" => "A"
|
43
|
-
|
44
|
-
# ?? => AE
|
45
|
-
"\u00C6" => "AE"
|
46
|
-
|
47
|
-
# ?? => C
|
48
|
-
"\u00C7" => "C"
|
49
|
-
|
50
|
-
# ?? => E
|
51
|
-
"\u00C8" => "E"
|
52
|
-
|
53
|
-
# ?? => E
|
54
|
-
"\u00C9" => "E"
|
55
|
-
|
56
|
-
# ?? => E
|
57
|
-
"\u00CA" => "E"
|
58
|
-
|
59
|
-
# ?? => E
|
60
|
-
"\u00CB" => "E"
|
61
|
-
|
62
|
-
# ?? => I
|
63
|
-
"\u00CC" => "I"
|
64
|
-
|
65
|
-
# ?? => I
|
66
|
-
"\u00CD" => "I"
|
67
|
-
|
68
|
-
# ?? => I
|
69
|
-
"\u00CE" => "I"
|
70
|
-
|
71
|
-
# ?? => I
|
72
|
-
"\u00CF" => "I"
|
73
|
-
|
74
|
-
# ?? => IJ
|
75
|
-
"\u0132" => "IJ"
|
76
|
-
|
77
|
-
# ?? => D
|
78
|
-
"\u00D0" => "D"
|
79
|
-
|
80
|
-
# ?? => N
|
81
|
-
"\u00D1" => "N"
|
82
|
-
|
83
|
-
# ?? => O
|
84
|
-
"\u00D2" => "O"
|
85
|
-
|
86
|
-
# ?? => O
|
87
|
-
"\u00D3" => "O"
|
88
|
-
|
89
|
-
# ?? => O
|
90
|
-
"\u00D4" => "O"
|
91
|
-
|
92
|
-
# ?? => O
|
93
|
-
"\u00D5" => "O"
|
94
|
-
|
95
|
-
# ?? => O
|
96
|
-
"\u00D6" => "O"
|
97
|
-
|
98
|
-
# ?? => O
|
99
|
-
"\u00D8" => "O"
|
100
|
-
|
101
|
-
# ?? => OE
|
102
|
-
"\u0152" => "OE"
|
103
|
-
|
104
|
-
# ??
|
105
|
-
"\u00DE" => "TH"
|
106
|
-
|
107
|
-
# ?? => U
|
108
|
-
"\u00D9" => "U"
|
109
|
-
|
110
|
-
# ?? => U
|
111
|
-
"\u00DA" => "U"
|
112
|
-
|
113
|
-
# ?? => U
|
114
|
-
"\u00DB" => "U"
|
115
|
-
|
116
|
-
# ?? => U
|
117
|
-
"\u00DC" => "U"
|
118
|
-
|
119
|
-
# ?? => Y
|
120
|
-
"\u00DD" => "Y"
|
121
|
-
|
122
|
-
# ?? => Y
|
123
|
-
"\u0178" => "Y"
|
124
|
-
|
125
|
-
# ?? => a
|
126
|
-
"\u00E0" => "a"
|
127
|
-
|
128
|
-
# ?? => a
|
129
|
-
"\u00E1" => "a"
|
130
|
-
|
131
|
-
# ?? => a
|
132
|
-
"\u00E2" => "a"
|
133
|
-
|
134
|
-
# ?? => a
|
135
|
-
"\u00E3" => "a"
|
136
|
-
|
137
|
-
# ?? => a
|
138
|
-
"\u00E4" => "a"
|
139
|
-
|
140
|
-
# ?? => a
|
141
|
-
"\u00E5" => "a"
|
142
|
-
|
143
|
-
# ?? => ae
|
144
|
-
"\u00E6" => "ae"
|
145
|
-
|
146
|
-
# ?? => c
|
147
|
-
"\u00E7" => "c"
|
148
|
-
|
149
|
-
# ?? => e
|
150
|
-
"\u00E8" => "e"
|
151
|
-
|
152
|
-
# ?? => e
|
153
|
-
"\u00E9" => "e"
|
154
|
-
|
155
|
-
# ?? => e
|
156
|
-
"\u00EA" => "e"
|
157
|
-
|
158
|
-
# ?? => e
|
159
|
-
"\u00EB" => "e"
|
160
|
-
|
161
|
-
# ?? => i
|
162
|
-
"\u00EC" => "i"
|
163
|
-
|
164
|
-
# ?? => i
|
165
|
-
"\u00ED" => "i"
|
166
|
-
|
167
|
-
# ?? => i
|
168
|
-
"\u00EE" => "i"
|
169
|
-
|
170
|
-
# ?? => i
|
171
|
-
"\u00EF" => "i"
|
172
|
-
|
173
|
-
# ?? => ij
|
174
|
-
"\u0133" => "ij"
|
175
|
-
|
176
|
-
# ?? => d
|
177
|
-
"\u00F0" => "d"
|
178
|
-
|
179
|
-
# ?? => n
|
180
|
-
"\u00F1" => "n"
|
181
|
-
|
182
|
-
# ?? => o
|
183
|
-
"\u00F2" => "o"
|
184
|
-
|
185
|
-
# ?? => o
|
186
|
-
"\u00F3" => "o"
|
187
|
-
|
188
|
-
# ?? => o
|
189
|
-
"\u00F4" => "o"
|
190
|
-
|
191
|
-
# ?? => o
|
192
|
-
"\u00F5" => "o"
|
193
|
-
|
194
|
-
# ?? => o
|
195
|
-
"\u00F6" => "o"
|
196
|
-
|
197
|
-
# ?? => o
|
198
|
-
"\u00F8" => "o"
|
199
|
-
|
200
|
-
# ?? => oe
|
201
|
-
"\u0153" => "oe"
|
202
|
-
|
203
|
-
# ?? => ss
|
204
|
-
"\u00DF" => "ss"
|
205
|
-
|
206
|
-
# ?? => th
|
207
|
-
"\u00FE" => "th"
|
208
|
-
|
209
|
-
# ?? => u
|
210
|
-
"\u00F9" => "u"
|
211
|
-
|
212
|
-
# ?? => u
|
213
|
-
"\u00FA" => "u"
|
214
|
-
|
215
|
-
# ?? => u
|
216
|
-
"\u00FB" => "u"
|
217
|
-
|
218
|
-
# ?? => u
|
219
|
-
"\u00FC" => "u"
|
220
|
-
|
221
|
-
# ?? => y
|
222
|
-
"\u00FD" => "y"
|
223
|
-
|
224
|
-
# ?? => y
|
225
|
-
"\u00FF" => "y"
|
226
|
-
|
227
|
-
# ??? => ff
|
228
|
-
"\uFB00" => "ff"
|
229
|
-
|
230
|
-
# ??? => fi
|
231
|
-
"\uFB01" => "fi"
|
232
|
-
|
233
|
-
# ??? => fl
|
234
|
-
"\uFB02" => "fl"
|
235
|
-
|
236
|
-
# ??? => ffi
|
237
|
-
"\uFB03" => "ffi"
|
238
|
-
|
239
|
-
# ??? => ffl
|
240
|
-
"\uFB04" => "ffl"
|
241
|
-
|
242
|
-
# ??? => ft
|
243
|
-
"\uFB05" => "ft"
|
244
|
-
|
245
|
-
# ??? => st
|
246
|
-
"\uFB06" => "st"
|
data/solr/config/protwords.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
2
|
-
# (the "License"); you may not use this file except in compliance with
|
3
|
-
# the License. You may obtain a copy of the License at
|
4
|
-
#
|
5
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
6
|
-
#
|
7
|
-
# Unless required by applicable law or agreed to in writing, software
|
8
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
9
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10
|
-
# See the License for the specific language governing permissions and
|
11
|
-
# limitations under the License.
|
12
|
-
|
13
|
-
#-----------------------------------------------------------------------
|
14
|
-
# Use a protected word file to protect against the stemmer reducing two
|
15
|
-
# unrelated words to the same base word.
|
16
|
-
|
17
|
-
# Some non-words that normally won't be encountered,
|
18
|
-
# just to test that they won't be stemmed.
|
19
|
-
dontstems
|
20
|
-
zwhacky
|
21
|
-
|