rahulgoswami commented on code in PR #3903:
URL: https://github.com/apache/solr/pull/3903#discussion_r2750001737
##########
solr/core/src/java/org/apache/solr/update/DocumentBuilder.java:
##########
@@ -295,6 +295,36 @@ public static Document toDocument(
return out;
}
+ /** Convert a lucene Document to a SolrInputDocument */
+ public static SolrInputDocument toSolrInputDocument(
Review Comment:
Done. I left it to gw tidy to reposition the method as it deems fit. Just
learned that it doesn't.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]