Michael McCandless created LUCENE-6039:
------------------------------------------

             Summary: Add IndexOptions.NO and DocValuesType.NO, instead of null
                 Key: LUCENE-6039
                 URL: https://issues.apache.org/jira/browse/LUCENE-6039
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: 5.0, Trunk


Idea from Simon: it seems dangerous for IndexOptions and DocValuesType
via Indexable/FieldType and FieldInfo that we use null to mean it's
not indexed or has no doc values.

We should instead have an explicit choice (IndexOptions.NO,
DocValuesType.NO) in the enum?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to