Skip to content

Commit

Permalink
formatting (#9670)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jun 30, 2023
1 parent 55316ec commit 85d22d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-notes/5.14-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you are running an English-only installation, you are finished with the citat
chmod +x update-fields.sh
curl "http://localhost:8080/api/admin/index/solr/schema" | ./update-fields.sh /usr/local/solr/solr-8.8.1/server/solr/collection1/conf/schema.xml
```
OR, alternatively, you can edit the following lines in your schema.xml by hand as follows (to indicate that series and its components are now multiValued="true"):
OR, alternatively, you can edit the following lines in your schema.xml by hand as follows (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"/>
Expand Down

0 comments on commit 85d22d9

Please sign in to comment.