Skip to content

Commit

Permalink
added remediated_lc_subject_display to solr conf
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed May 10, 2024
1 parent a6df3a0 commit f69a36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biblio/conf/schema/local_explicit_fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
<copyField source="genre" dest="genreStr"/>

<field name="lc_subject_display" type="text_facet" indexed="true" stored="true" multiValued="true"/>
<field name="remediated_lc_subject_display" type="text_facet" indexed="true" stored="true" multiValued="true"/>
<field name="non_lc_subject_display" type="text_facet" indexed="true" stored="true" multiValued="true"/>

<field name="subject_browse_terms" type="text_facet" indexed="true" stored="true" multiValued="true"/>
Expand Down

0 comments on commit f69a36b

Please sign in to comment.