Elran Dvir created SOLR-5877:
--------------------------------
Summary: allow empty values in EnumField
Key: SOLR-5877
URL: https://issues.apache.org/jira/browse/SOLR-5877
Project: Solr
Issue Type: Improvement
Reporter: Elran Dvir
now This will be possible:
<enumsConfig>
<!-- note: you cannot change the order/existing values in enum without
reindexing.
but you can always add new values to the end. -->
<enum name="severity">
<value></value>
<value>Low</value>
<value>High</value>
<value>Critical</value>
</enum>
</enumsConfig>
The patch is attached
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]