This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #762 from psu-stewardship/solr-update
Update Solr to 6.4.1
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |