Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/430#discussion_r207588377
--- Diff:
solr/solrj/src/java/org/apache/solr/client/solrj/util/ClientUtils.java ---
@@ -72,7 +72,9 @@ public static void writeXML( SolrInputDocument doc,
Writer writer ) throws IOExc
for( Object v : field ) {
String update = null;
- if (v instanceof Map) {
+ if(v instanceof SolrInputDocument) {
--- End diff --
Good catch!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]