Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Feb 15, 2025
1 parent b9dab1e commit 680cd94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/solr/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
<field name="dvSubject" type="string" stored="true" indexed="true" multiValued="true"/>

<field name="publicationStatus" type="string" stored="true" indexed="true" multiValued="true"/>
<field name="externalStatus" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="curationStatus" type="string" stored="true" indexed="true" multiValued="false"/>
<field name="curationStatusCreateTime" type="plong" stored="true" indexed="true" multiValued="false"/>
<field name="embargoEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>
<field name="retentionEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>

Expand Down

0 comments on commit 680cd94

Please sign in to comment.