[
https://issues.apache.org/jira/browse/LUCENE-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128820#comment-13128820
]
Michael McCandless commented on LUCENE-3522:
--------------------------------------------
OK that's fine but technically this bug didn't exist on 3.5... I only
backported the test case.
> TermsFilter.getDocIdSet(context) NPE on missing field
> -----------------------------------------------------
>
> Key: LUCENE-3522
> URL: https://issues.apache.org/jira/browse/LUCENE-3522
> Project: Lucene - Java
> Issue Type: Bug
> Components: modules/other
> Affects Versions: 4.0
> Reporter: Dan Climan
> Assignee: Michael McCandless
> Priority: Minor
> Fix For: 3.5, 4.0
>
> Attachments: LUCENE-3522.patch
>
>
> If the context does not contain the field for a term when calling
> TermsFilter.getDocIdSet(AtomicReaderContext context) then a
> NullPointerException is thrown due to not checking for null Terms before
> getting iterator.
--
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]