[
https://issues.apache.org/jira/browse/LUCENE-3522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-3522.
----------------------------------------
Resolution: Fixed
Fix Version/s: 4.0
Thanks Dan!
I committed to trunk and backported the test case to 3.x. I had to add missing
rd1/2.close() at the end of 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: 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]