-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Some External Controlled Vocabulary scripts/configurations, when used on a metadata field that is single valued could result | ||
in indexing failure for the dataset (e.g. when the the script tried to index both the identifier and name of the identified entity for indexing). | ||
Dataverse has been updated to correctly indicate the need for a multi-valued solr field in these cases in the call to /api/admin/index/solr/schema. | ||
Configuring the Solr schema and the update-fields.sh script as usually recommended when using custom metadata blocks will resolve the issue. | ||
|
||
The overall release notes should include a solr update (which hopefully is required by an update to 9.7.0 anyway) and our standard instructions | ||
should change to recommending use of the udpate-fields.sh script when using custom metadatablocks *and/or external vocabulary scripts*. |
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
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