This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-14
lines changed Expand file tree Collapse file tree 5 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<!-- BL UKWA: additional -->
30
30
<field name =" access_terms" type =" string" indexed =" true" docValues =" true" multiValued =" true" />
31
- <field name =" author" type =" string" indexed =" true" docValues =" true" />
31
+ <field name =" author" type =" string" indexed =" true" docValues =" true" multiValued = " true " />
32
32
<field name =" category" type =" text_general" indexed =" true" stored =" true" />
33
33
<field name =" collection" type =" string" indexed =" true" docValues =" true" multiValued =" true" />
34
34
<field name =" collections" type =" string" indexed =" true" docValues =" true" multiValued =" true" />
Original file line number Diff line number Diff line change 4
4
"http_proxy": {},
5
5
"solr": {
6
6
"batch_size": 500,
7
- "num_shards": 1,
8
7
"dummy_run": false,
9
- "num_threads": 1,
10
8
"disablecommit": true,
11
9
"use_hash_url_id": true,
12
- "check_solr_for_duplicates": true ,
10
+ "check_solr_for_duplicates": false ,
13
11
14
12
"field_setup": {
15
13
"fields" : {
16
- "content" : { "max_length" : 512K },
17
- "generator": {"max_length" : 2048 },
18
- "links" : { "max_length" : 2048 },
19
- "links_hosts" : { "max_length" : 2048 },
20
14
"url" : { "max_length" : 2048 },
21
15
"url_norm" : { "max_length" : 2048 },
16
+ "links" : { "max_length" : 2048 },
17
+ "links_hosts" : { "max_length" : 2048 },
18
+ "content" : { "max_length" : 512K },
19
+ "generator": {"max_length" : 2048 },
22
20
},
23
21
},
24
22
},
53
51
"file": "/path/to/exclude.txt"
54
52
},
55
53
"extract": {
56
- "onDiskThreshold": "500M ",
54
+ "onDiskThreshold": "1024M ",
57
55
"response_include": [
58
56
"1",
59
57
"2",
74
72
"response",
75
73
"revisit"
76
74
],
77
- "inMemoryThreshold": "500M ",
75
+ "inMemoryThreshold": "1024M ",
78
76
"content": {
79
77
"text": true,
80
78
"text_stored": true,
Original file line number Diff line number Diff line change 1
- gem 'blacklight', github: 'projectblacklight/blacklight', branch: 'master'
2
- gem 'blacklight_range_limit', github: 'projectblacklight/blacklight_range_limit', branch: 'blacklight-7'
1
+ gem 'blacklight_range_limit', '7.0.0.rc2'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ namespace :warclight do
53
53
task :seed do
54
54
puts 'Seeding index with data from spec/fixtures/warcs/...'
55
55
# rubocop:disable Metrics/LineLength
56
- system ( 'curl -o ".internal_test_gem/tmp/warc-indexer.jar" "http://alpha.library.yorku.ca/warc-indexer-3.0.0-SNAPSHOT-jar-with-dependencies .jar"' )
56
+ system ( 'curl -o ".internal_test_gem/tmp/warc-indexer.jar" "http://alpha.library.yorku.ca/warc-indexer.jar"' )
57
57
system ( 'java -Djava.io.tmpdir=.internal_test_gem/tmp -jar .internal_test_gem/tmp/warc-indexer.jar -c .internal_test_gem/solr/warclight_warc-indexer.conf -i "York University Libraries" -n "Test Collection" -u "12345" -s http://localhost:8983/solr/blacklight-core spec/fixtures/warcs/*.gz' )
58
58
system ( 'curl "http://localhost:8983/solr/blacklight-core/update?commit=true&openSearcher=true"' )
59
59
end
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
s . executables = s . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
22
22
s . require_paths = [ 'lib' ]
23
23
24
- s . add_dependency 'blacklight'
24
+ s . add_dependency 'blacklight' , '7.0.0.rc1'
25
25
s . add_dependency 'rails' , '~> 5.0'
26
26
27
27
s . add_development_dependency 'bundler' , '~> 1.14'
You can’t perform that action at this time.
0 commit comments