mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-3695] Reintroduce "ignored" fieldType, even though the field is
probably not used.
This commit is contained in:
@@ -101,6 +101,9 @@
|
||||
|
||||
<!-- UUID support -->
|
||||
<fieldType name="uuid" class="solr.UUIDField" indexed="true" />
|
||||
|
||||
<!-- These fields are ignored -->
|
||||
<fieldType name="ignored" class="solr.StrField" indexed="false" stored="false"/>
|
||||
</types>
|
||||
|
||||
<fields>
|
||||
|
Reference in New Issue
Block a user