Skip to content

Commit 86caaac

Browse files
authored
Merge pull request DSpace#10526 from saschaszott/saschaszott-patch-10
adjust field type of index field admin
2 parents 123d624 + 487c5e4 commit 86caaac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dspace/solr/search/conf/schema.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
<field name="discoverable" type="string" indexed="true" stored="true" omitNorms="true" docValues="true" />
255255

256256
<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" />
257258

258259
<!-- used to track who submitted an item -->
259260
<field name="submitter" type="string" indexed="true" stored="true" omitNorms="true" multiValued="true" docValues="true" />

0 commit comments

Comments
 (0)