Robert Muir created LUCENE-4331:
-----------------------------------
Summary: XXXDocValuesField javadocs are confusing about storing
Key: LUCENE-4331
URL: https://issues.apache.org/jira/browse/LUCENE-4331
Project: Lucene - Core
Issue Type: Bug
Reporter: Robert Muir
These all say:
{quote}
If you also need to store the value, you should add a
separate {@link StoredField} instance.
{quote}
This is a little awkward. I can see how it makes sense in the (expert) case
where you keep the DVs on disk, and you somehow need somethings as a DV for
fast access, but also in summary results (so you dont seek to stored fields for
the doc, and also to each DV field).
But I'm not sure the current wording makes this less confusing: it would be
nice to elaborate on this specific case, but in general if someone has dv
fields loaded up with the default IR.docValues impl (which is a cached Source
right?), then putting this crap in the stored fields does no good.
--
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]