Skip to content

Commit

Permalink
needed to add the see_instead field to solr
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed May 22, 2024
1 parent 9dba0a3 commit 932cdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solr/authority_browse/conf/managed-schema
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

<field name="alternate_forms" type="string" stored="true" indexed="false" multiValued="true"/>
<field name="see_also" type="string" indexed="true" stored="true" multiValued="true" />
<field name="see_instead" type="string" indexed="true" stored="true" multiValued="true" />
<field name="incoming_see_also" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="broader" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="narrower" type="string" indexed="true" stored="true" multiValued="true"/>
Expand Down

0 comments on commit 932cdb1

Please sign in to comment.