search_solr_tools 3.8.4 → 3.9.1.pre3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0eca83aeaaf032db4ad857d5846eba30a70deed6
|
|
4
|
+
data.tar.gz: a6dc274976b44825495eef456fa41adbe3712d7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3572a3f72c0f90e4f30b5545753010485235ce75689b9d9365db2d1319a1c36a044f3510c2b5b35707cc089b2aef08696381e28df75fef40f6e83295b3f1c211
|
|
7
|
+
data.tar.gz: 433f5b5e0c0cb54452abea026f67a50678e81c469ea5ce99a2b715f8d4e8185c7189ea7a626bddb894d71790e3b7d04c7c6dc669263906ff1cded41422a41577
|
data/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
:collection_path: solr
|
|
5
5
|
:port: 8983
|
|
6
6
|
:bcodmo_url: http://www.bco-dmo.org/nsidc/arctic-deployments.json
|
|
7
|
-
:adc_url: https://arcticdata.io/metacat/d1/mn/v2/query/solr/
|
|
7
|
+
:adc_url: https://arcticdata.io/metacat/d1/mn/v2/query/solr/select?q=northBoundCoord:%5B45.0%20TO%2090.0%5D
|
|
8
8
|
:data_one_url: https://cn.dataone.org/cn/v1/query/solr/select?q=northBoundCoord:%5B45.0%20TO%2090.0%5D
|
|
9
|
-
:echo_url: https://api.echo.nasa.gov/catalog-rest/echo_catalog/datasets.echo10
|
|
9
|
+
:echo_url: https://api.echo.nasa.gov/catalog-rest/echo_catalog/datasets.echo10?bounding_box=-180,45,180,90
|
|
10
10
|
:gtnp:
|
|
11
11
|
- http://www.gtnpdatabase.org/rest/boreholes/json
|
|
12
12
|
- http://www.gtnpdatabase.org/rest/activelayers/json
|
|
@@ -43,7 +43,7 @@ module SearchSolrTools
|
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
def build_request(max_records = '25', page_num = '1')
|
|
46
|
-
echo_url + '
|
|
46
|
+
echo_url + '&page_size=' + max_records.to_s + '&page_num=' + page_num.to_s
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
end
|
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: 3.
|
|
4
|
+
version: 3.9.1.pre3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Chalstrom
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2017-
|
|
15
|
+
date: 2017-04-10 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: ffi-geos
|
|
@@ -372,12 +372,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
372
372
|
version: '2.0'
|
|
373
373
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
374
374
|
requirements:
|
|
375
|
-
- - "
|
|
375
|
+
- - ">"
|
|
376
376
|
- !ruby/object:Gem::Version
|
|
377
|
-
version:
|
|
377
|
+
version: 1.3.1
|
|
378
378
|
requirements: []
|
|
379
379
|
rubyforge_project:
|
|
380
|
-
rubygems_version: 2.
|
|
380
|
+
rubygems_version: 2.6.11
|
|
381
381
|
signing_key:
|
|
382
382
|
specification_version: 4
|
|
383
383
|
summary: Tools to harvest and manage various scientific dataset feeds in a Solr instance.
|