[
https://issues.apache.org/jira/browse/SOLR-5877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elran Dvir updated SOLR-5877:
-----------------------------
Attachment: SOLR-5877.patch
> 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
> Attachments: SOLR-5877.patch
>
>
> 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]