We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 123d624 + 487c5e4 commit 86caaacCopy full SHA for 86caaac
dspace/solr/search/conf/schema.xml
@@ -254,6 +254,7 @@
254
<field name="discoverable" type="string" indexed="true" stored="true" omitNorms="true" docValues="true" />
255
256
<field name="read" type="string" indexed="true" stored="true" omitNorms="true" multiValued="true" docValues="true" />
257
+ <field name="admin" type="string" indexed="true" stored="true" omitNorms="true" multiValued="true" docValues="true" />
258
259
<!-- used to track who submitted an item -->
260
<field name="submitter" type="string" indexed="true" stored="true" omitNorms="true" multiValued="true" docValues="true" />
0 commit comments