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

    https://github.com/apache/lucene-solr/pull/410#discussion_r200996646
  
    --- Diff: 
solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java
 ---
    @@ -72,8 +72,8 @@ public void processAdd(AddUpdateCommand cmd) throws 
IOException {
       }
     
       private void processDocChildren(SolrInputDocument doc, String fullPath) {
    -    int childNum = 0;
         for(SolrInputField field: doc.values()) {
    +      int childNum = 0;
    --- End diff --
    
    I'll add a test with another key holding childDocs to ensure this bug does 
not resurface


---

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

Reply via email to