You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Elran Dvir (JIRA)" <ji...@apache.org> on 2014/03/18 16:04:13 UTC

[jira] [Created] (SOLR-5877) allow empty values in EnumField

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