Skip to content

Commit

Permalink
adding additional information about solr config
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrooke committed May 18, 2021
1 parent a537836 commit 25ce556
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/release-notes/5.5-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In existing schema.xml files, this section currently includes only one line:
In this release, that line has already been replaced with the default set of `<copyFields>`.
It doesn't matter whether schema_dv_mdb_copies.xml was originally created manually or via the recommended updateSchemaMDB.sh script and this fix will work with all prior versions of Dataverse from v4.17 on. If you make further changes to metadata blocks in your installation, you can repeat this process (i.e. run updateSchemaMDB.sh, copy the entries in schema_dv_mdb_copies.xml into the same section of schema.xml, restart solr, and reindex.)

Once schema.xml is updated, Solr should be restarted and a ['Reindex in Place'](https://guides.dataverse.org/en/latest/admin/solr-search-index.html#reindex-in-place) will be required. (Future Dataverse versions will avoid this manual copy step.)
Once schema.xml is updated, Solr should be restarted and a ['Reindex in Place'](https://guides.dataverse.org/en/latest/admin/solr-search-index.html#reindex-in-place) will be required. (Future Dataverse Software versions will avoid this manual copy step.)

### Geospatial Metadata Block Updated

Expand Down Expand Up @@ -131,7 +131,9 @@ If this is a new installation, please see our [Installation Guide](https://guide

## Additional Release Steps

1\. Update Geospatial Metadata Block (if used)
1\. Follow the steps to update your Solr configuration, found in the "Notes for Dataverse Installation Administrators" section above. Note that there are different instructions for Dataverse installations running with custom metadata blocks and those without.

2\. Update Geospatial Metadata Block (if used)

- `wget https://github.com/IQSS/dataverse/releases/download/v5.5/geospatial.tsv`
- `curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @geospatial.tsv -H "Content-type: text/tab-separated-values"`

0 comments on commit 25ce556

Please sign in to comment.