mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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 -->
|
<!-- UUID support -->
|
||||||
<fieldType name="uuid" class="solr.UUIDField" indexed="true" />
|
<fieldType name="uuid" class="solr.UUIDField" indexed="true" />
|
||||||
|
|
||||||
|
<!-- These fields are ignored -->
|
||||||
|
<fieldType name="ignored" class="solr.StrField" indexed="false" stored="false"/>
|
||||||
</types>
|
</types>
|
||||||
|
|
||||||
<fields>
|
<fields>
|
||||||
|
Reference in New Issue
Block a user