Skip to content

Commit 680cd94

Browse files
committed
update schema
1 parent b9dab1e commit 680cd94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

conf/solr/schema.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@
163163
<field name="dvSubject" type="string" stored="true" indexed="true" multiValued="true"/>
164164

165165
<field name="publicationStatus" type="string" stored="true" indexed="true" multiValued="true"/>
166-
<field name="externalStatus" type="string" stored="true" indexed="true" multiValued="false"/>
166+
<field name="curationStatus" type="string" stored="true" indexed="true" multiValued="false"/>
167+
<field name="curationStatusCreateTime" type="plong" stored="true" indexed="true" multiValued="false"/>
167168
<field name="embargoEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>
168169
<field name="retentionEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>
169170

0 commit comments

Comments
 (0)