Re: Solr exception while retrieving documents

2019-05-31 Thread MUNENDRA S N
For real-time get, child doc transformer would need Real-time searcher and I think this issue has been resolved in https://issues.apache.org/jira/browse/SOLR-12722 Basically, needsSolrIndexSearcher should be set to true public boolean needsSolrIndexSearcher() { return true; } Regards, Munendra

Solr exception while retrieving documents

2019-05-31 Thread Mandava, Rahul
Hi, I am using SOLR 6.6.0 and real-time get to retrieve documents. Randomly I am seeing nullpointer exceptions in solr log files which in turn breaks the application workflow. Below is the stack trace I am thinking this could be related to real-time get, when transforming child documents duri