Robert Muir created LUCENE-4088:
-----------------------------------
Summary: unindexed (stored-only) fields prevent future indexing of
offsets
Key: LUCENE-4088
URL: https://issues.apache.org/jira/browse/LUCENE-4088
Project: Lucene - Java
Issue Type: Bug
Components: core/index
Reporter: Robert Muir
Fix For: 4.0
this is because we bogusly set FieldInfo.indexOptions to
DOCS_AND_FREQS_AND_POSITIONS if the field is stored-only.
I don't think we should do that: the indexOptions should be null.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]