[
https://issues.apache.org/jira/browse/LUCENE-4359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13447796#comment-13447796
]
Robert Muir commented on LUCENE-4359:
-------------------------------------
Nice catch: I think this is related to LUCENE-4349, in that we should treat
DocValues differently (neither stored nor indexed, its just its own thing)
> Allow DocValues to be unstored
> ------------------------------
>
> Key: LUCENE-4359
> URL: https://issues.apache.org/jira/browse/LUCENE-4359
> Project: Lucene - Core
> Issue Type: Sub-task
> Affects Versions: 5.0
> Reporter: Adrien Grand
>
> Lucene trunk currently forces DocValues to be stored:
> - FieldType.setDocValueType sets stored to true,
> - DocFieldProcessor.processDocument handles DocValues in a {{for
> (StorableField field: docState.doc.storableFields())}} loop, meaning that
> DocValues won't be consumed if they are not stored.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]