Skip to content

Commit

Permalink
LIBFCREPO-1341. Add "terms_of_use" field to Solr
Browse files Browse the repository at this point in the history
Added the "terms_of_use" field to the Solr schema:

* Name: `terms_of_use_text`
* type: `text_general`
* indexed: `true`
* stored: `true`
* multiValue: `false`

https://umd-dit.atlassian.net/browse/LIBFCREPO-1341
  • Loading branch information
dsteelma-umd committed Jun 7, 2024
1 parent 5379f34 commit b1a3206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedora4/core/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<field name="genre" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="subject" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="rights" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="terms_of_use_text" type="text_general" indexed="true" stored="true" multiValued="false"/>
<field name="copyright_notice" type="text_general" indexed="true" stored="true" multiValued="false"/>
<field name="collection" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="citation" type="text_general" indexed="true" stored="true" multiValued="true"/>
Expand Down

0 comments on commit b1a3206

Please sign in to comment.