[ https://issues.apache.org/jira/browse/LUCENE-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484971#comment-13484971
]
Adrien Grand commented on LUCENE-4508:
--------------------------------------
Thanks for the link, I didn't know about this issue.
I am not sure the use-case is that atypical. For example, I think it would make sense for
someone who just needs to store an ID and a few scoring factors to only use doc values?
> Stored fields should require as little resources as possible when no field is stored
> ------------------------------------------------------------------------------------
>
> Key: LUCENE-4508
> URL: https://issues.apache.org/jira/browse/LUCENE-4508
> Project: Lucene - Core
> Issue Type: Wish
> Reporter: Adrien Grand
> Priority: Minor
> Fix For: 4.1
>
>
> Currently, stored fields may require a non-negligible amount of memory and/or disk space
even if no field is actually stored. We should find a way to reduce these requirements.
--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|