dsmiley commented on code in PR #3903:
URL: https://github.com/apache/solr/pull/3903#discussion_r2749995377
##########
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:
Minor: I was hoping you would add it to the very end so that it's not
interleaved with methods supporting the other direction
--
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]