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
Priority: Minor
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]