search_solr_tools 5.1.0 → 5.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/search_solr_tools/config/environments.yaml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b3fc4d94ab6cb6b394ebff1a2c50fb36908d8201199e0702d613ead1cc91621
|
4
|
+
data.tar.gz: 8c8e9a764304e2c09e05ee88f28e4f388a846d7e2e61a23b12b123167affdc1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e812f59ba6e2776db5b52ecff4a38121b815f645d632812a88010b57f3c34013d00596b8305f9e5e29464f33259ee072b62c4fc94b084ed63ca1e13f4d59b8a9
|
7
|
+
data.tar.gz: 65570df8008e4fd9ea82c492a88cfa0ec9805ff28b688b43e222ca588e969b87d8264be33c3a2cf5034af0788cd496615698fc1ea863df0ba6fef65032e2e755
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## v5.2.0 (2022-08-31)
|
2
|
+
|
3
|
+
- Updated the call for identifiers for the json harvester to use the
|
4
|
+
proper "metadataPrefix" parameter, and request the dif identifiers
|
5
|
+
instead of iso.
|
6
|
+
|
1
7
|
## v5.1.0 (2020-07-23)
|
2
8
|
|
3
9
|
- Added a CLI method to "ping" the Solr and Source servers for a given
|
@@ -39,7 +39,7 @@
|
|
39
39
|
# Not using DCS API v2 here because not all retired datasets have their "retired"
|
40
40
|
# flag checked. For example, GLA01.033 is retired; GLA01.018 is not, but it
|
41
41
|
# should be. GLA01.018 will show up if we use DCS API v2.
|
42
|
-
:nsidc_oai_identifiers_url: oai?verb=ListIdentifiers&
|
42
|
+
:nsidc_oai_identifiers_url: oai?verb=ListIdentifiers&metadataPrefix=dif&retired=false
|
43
43
|
|
44
44
|
:local:
|
45
45
|
:host: localhost
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: search_solr_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Chalstrom
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date:
|
17
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: ffi-geos
|