Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Change Solr core name back to 'blacklight-core'.

  • Loading branch information...
ruebot committed Aug 16, 2017
1 parent 415acce commit d9920a750a8e57b7b57343dec2975416fab4e7bc
Showing with 3 additions and 3 deletions.
  1. +1 −1 .solr_wrapper
  2. +1 −1 README.md
  3. +1 −1 tasks/warclight.rake
@@ -2,4 +2,4 @@
# port: 8983
collection:
dir: solr/conf/
name: warclight
name: blacklight-core
@@ -35,7 +35,7 @@ Warclight is designed to work with web archive data that is indexed via the UK W

## Development

WarcLight development uses [`solr_wrapper`](https://rubygems.org/gems/solr_wrapper/versions/0.18.1) and [`engine_cart`](https://rubygems.org/gems/engine_cart) to host development instances of Solr and Rails server on your local machine.
Warclight development uses [`solr_wrapper`](https://rubygems.org/gems/solr_wrapper/versions/0.18.1) and [`engine_cart`](https://rubygems.org/gems/engine_cart) to host development instances of Solr and Rails server on your local machine.

### Run the test suite

@@ -56,6 +56,6 @@ namespace :warclight do
puts 'Seeding index with data from spec/fixtures/warcs/...'
# rubocop:disable Metrics/LineLength
system('curl -o ".internal_test_app/tmp/warc-indexer.jar" "http://alpha.library.yorku.ca/warc-indexer-3.0.0-SNAPSHOT-jar-with-dependencies.jar"')
system('java -Djava.io.tmpdir=.internal_test_app/tmp -jar .internal_test_app/tmp/warc-indexer.jar -i "York University Libraries" -n "Test Collection" -u "12345" -s http://localhost:8983/solr/warclight spec/fixtures/warcs/*.gz')
system('java -Djava.io.tmpdir=.internal_test_app/tmp -jar .internal_test_app/tmp/warc-indexer.jar -i "York University Libraries" -n "Test Collection" -u "12345" -s http://localhost:8983/solr/blacklight-core spec/fixtures/warcs/*.gz')
end
end

0 comments on commit d9920a7

Please sign in to comment.
You can’t perform that action at this time.