Skip to content

Commit

Permalink
add displayType to solr schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Nov 8, 2024
1 parent 460acfd commit 9334180
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
<field name="grebi__sourceIds" type="string" indexed="true" stored="true" required="false" multiValued="true" />
<copyField source="grebi__sourceIds" dest="str_grebi__sourceIds"/>
<copyField source="grebi__sourceIds" dest="lowercase_grebi__sourceIds"/>
<field name="grebi__displayType" type="string" indexed="true" stored="true" required="false" multiValued="false" />
<copyField source="grebi__displayType" dest="str_grebi__displayType"/>
<copyField source="grebi__displayType" dest="lowercase_grebi__displayType"/>

[[GREBI_FIELDS]]

Expand Down

0 comments on commit 9334180

Please sign in to comment.