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

    https://github.com/apache/lucene-solr/pull/410#discussion_r200841187
  
    --- 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 --
    
    If the test did not show this bug, lets tweak the test to show it.  Yeah?


---

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

Reply via email to