[
https://issues.apache.org/jira/browse/LUCENE-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-3461:
---------------------------------------
Attachment: LUCENE-3461.patch
Patch w/ failing test case.
Not yet sure where we should check... I think the assert is too low (it should
remain) but higher up we should catch this.
> Adding same IndexDocValuesField twice trips assert
> --------------------------------------------------
>
> Key: LUCENE-3461
> URL: https://issues.apache.org/jira/browse/LUCENE-3461
> Project: Lucene - Java
> Issue Type: Bug
> Reporter: Michael McCandless
> Fix For: 4.0
>
> Attachments: LUCENE-3461.patch
>
>
> Doc values fields are single-valued by design, ie a given field name can only
> occur once in the document.
> But if you accidentally add it more than once, you get an assert error, which
> is spooky because if you run w/o asserts maybe something eviler happens.
> I think we should explicitly check for this and throw clear exc since user
> could easily do this by accident.
--
This message is automatically generated by JIRA.
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]