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
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