[DS-3695] Reintroduce "ignored" fieldType, even though the field is

probably not used.
This commit is contained in:
Mark H. Wood
2019-02-07 16:23:27 -05:00
parent 77328c388d
commit be453a0e55

View File

@@ -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>