Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/430#discussion_r207776740
--- 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 just added a test which seems to pass.
Hopefully I did not miss anything when I wrote it. :)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]