Skip to content

Commit

Permalink
enumerate files, fix formatting IQSS#6142
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Sep 11, 2019
1 parent 87a8e53 commit d8ae325
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/release-notes/6142-flex-solr-schema.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
### Upgrading: optionally reconfigure Solr

With this release, we moved all fields in Solr search index that relate to the default metadata schemas from schema.xml to separate
With this release, we moved all fields in Solr search index that relate to the default metadata schemas from `schema.xml` to separate
files. Custom metadata block configuration of the search index can be more easily automated that way. For details,
see admin/metadatacustomization.html#updating-the-solr-schema.

This is optional, but all future changes will go to these files. It might be a good idea to reconfigure Solr now or be aware to
look for changes to these files in the future, too.

**When you do want to benefit as of now:**
look for changes to these files in the future, too. Here's how:

1. You will need to replace or modify your `schema.xml` with the recent one (containing XML includes)
2. Copy the two schema_dv_mdb_XXX.xml files to the same location as the `schema.xml`
2. Copy `schema_dv_mdb_fields.xml` and `schema_dv_mdb_copies.xml` to the same location as the `schema.xml`
3. A re-index is not necessary as long no other changes happened, as this is only a reorganization of Solr fields from a single schema.xml file into multiple files.

In case you use custom metadata blocks, you might find the new `updateSchemaMDB.sh` script beneficial. Again,
Expand Down

0 comments on commit d8ae325

Please sign in to comment.