[ 
https://issues.apache.org/jira/browse/LUCENE-6039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191992#comment-14191992
 ] 

ASF subversion and git services commented on LUCENE-6039:
---------------------------------------------------------

Commit 1635804 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1635804 ]

LUCENE-6039: cutover to IndexOptions.NO/DocValuesType.NO instead of null

> 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
>
>         Attachments: LUCENE-6039.patch
>
>
> 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