Uwe Schindler created SOLR-4877:
-----------------------------------
Summary: SolrIndexSearcher#getDocSetNC should check for null
return in AtomicReader#fields()
Key: SOLR-4877
URL: https://issues.apache.org/jira/browse/SOLR-4877
Project: Solr
Issue Type: Bug
Affects Versions: 4.3, 4.2
Reporter: Uwe Schindler
In LUCENE-5023 it was reported that composite reader contexts should not
contain null fields() readers. But this is wrong, as a null-fields() reader may
contain documents,m just no fields.
fields() is documented to contain null fields, so DocSets should check for null
(like all fields do in Lucene). It seems that DocSetNC does not correctly check
for null.
--
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]