Skip to content

Commit

Permalink
format #9670
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jun 29, 2023
1 parent cde956a commit c3c35b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/release-notes/5.14-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This release brings new features, enhancements, and bug fixes to the Dataverse software. Thank you to all of the community members who contributed code, suggestions, bug reports, and other assistance across the project.

Please note that, as an experiment, the sections of this release note are organized in a different order. The Upgrade and Installation sections are at the top, with the sections highlighting new features and fixes in detail further down.
Please note that, as an experiment, the sections of this release note are organized in a different order. The Upgrade and Installation sections are at the top, with the detailed sections highlighting new features and fixes further down.

## Installation

Expand Down Expand Up @@ -73,10 +73,11 @@ If you are running an English-only installation, you are finished with the citat

- Edit the following lines in your schema.xml (to indicate that series and its components are now `multiValued="true"`):

`<field name="series" type="string" stored="true" indexed="true" multiValued="true"/>`
`<field name="seriesInformation" type="text_en" multiValued="true" stored="true" indexed="true"/>`
`<field name="seriesName" type="text_en" multiValued="true" stored="true" indexed="true"/>`

```
<field name="series" type="string" stored="true" indexed="true" multiValued="true"/>
<field name="seriesInformation" type="text_en" multiValued="true" stored="true" indexed="true"/>
<field name="seriesName" type="text_en" multiValued="true" stored="true" indexed="true"/>
```
**TODO: why are we recommending editing the schema file by hand, instead of re-running the update script?**
- Restart Solr instance (usually service solr start, depending on solr/OS)
Expand Down

0 comments on commit c3c35b6

Please sign in to comment.