Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Update Solr to 6.4.1
Browse files Browse the repository at this point in the history
This gets us to the current Solr version used in production and also gets all our solr configs in similar state.
  • Loading branch information
awead committed Apr 13, 2017
1 parent 4221d48 commit 2c2fd00
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .solr_wrapper
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Place any default configuration for solr_wrapper here
# port: 8983
version: 6.4.0
# .solr_wrapper
version: 6.4.1
port: 8983
instance_dir: tmp/solr-development
download_dir: tmp
collection:
persist: true
dir: solr/config/
dir: solr/config
name: hydra-development
10 changes: 5 additions & 5 deletions config/solr_wrapper_test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#config/solr_wrapper_test.yml
version: 6.4.0
# config/solr_wrapper_test.yml
version: 6.4.1
port: 8985
instance_dir: tmp/solr-test
download_dir: tmp
collection:
persist: false
dir: solr/config
name: hydra-test
persist: false
dir: solr/config
name: hydra-test
8 changes: 4 additions & 4 deletions config/travis/solr_wrapper_test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#config/solr_wrapper_test.yml
version: 5.5.2
version: 6.4.1
port: 8985
instance_dir: solr-test
download_dir: dep_cache
collection:
persist: false
dir: solr/config
name: hydra-test
persist: false
dir: solr/config
name: hydra-test

0 comments on commit 2c2fd00

Please sign in to comment.