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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to