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

    https://github.com/apache/lucene-solr/pull/385#discussion_r191781137
  
    --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java 
---
    @@ -250,6 +261,7 @@ private void recUnwrapRelations(List<SolrInputDocument> 
unwrappedDocs, SolrInput
         recUnwrapRelations(unwrappedDocs, currentDoc, false);
       }
     
    +  /** Extract all anonymous child documents from parent. */
       private void recUnwrapp(List<SolrInputDocument> unwrappedDocs, 
SolrInputDocument currentDoc, boolean isRoot) {
    --- End diff --
    
    Oh; I didn't know -- the docs then suggest to me this method ought to have 
a clearer name ;-)    `e.g. recUnwrapAnonymous`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to