We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dab1e commit 680cd94Copy full SHA for 680cd94
1 file changed
conf/solr/schema.xml
@@ -163,7 +163,8 @@
163
<field name="dvSubject" type="string" stored="true" indexed="true" multiValued="true"/>
164
165
<field name="publicationStatus" type="string" stored="true" indexed="true" multiValued="true"/>
166
- <field name="externalStatus" type="string" stored="true" indexed="true" multiValued="false"/>
+ <field name="curationStatus" type="string" stored="true" indexed="true" multiValued="false"/>
167
+ <field name="curationStatusCreateTime" type="plong" stored="true" indexed="true" multiValued="false"/>
168
<field name="embargoEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>
169
<field name="retentionEndDate" type="plong" stored="true" indexed="true" multiValued="false"/>
170
0 commit comments