Github user moshebla commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/443#discussion_r214892512
  
    --- Diff: 
solr/core/src/java/org/apache/solr/response/transform/ChildDocTransformer.java 
---
    @@ -132,6 +134,12 @@ public void transform(SolrDocument rootDoc, int 
rootDocId) {
     
               // load the doc
               SolrDocument doc = searcher.getDocFetcher().solrDoc(docId, 
childReturnFields);
    +          if(childReturnFields.getTransformer() != null) {
    +            if(childReturnFields.getTransformer().context != this.context) 
{
    --- End diff --
    
    Seems like your suspicion was correct.
    I will push a commit asap!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to