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

    https://github.com/apache/lucene-solr/pull/430#discussion_r207741161
  
    --- Diff: solr/core/src/java/org/apache/solr/handler/loader/XMLLoader.java 
---
    @@ -404,6 +404,7 @@ public SolrInputDocument readDoc(XMLStreamReader 
parser) throws XMLStreamExcepti
         StringBuilder text = new StringBuilder();
         String name = null;
         boolean isNull = false;
    +    boolean isLabeledChildDoc = false;
    --- End diff --
    
    I think this won't handle deeply nested cases.  Please enhance the test to 
have another layer of docs and lets see what happens.


---

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

Reply via email to