mkhludnev commented on code in PR #1655:
URL: https://github.com/apache/solr/pull/1655#discussion_r1205464743
##########
solr/solrj/src/java/org/apache/solr/client/solrj/request/GenericSolrRequest.java:
##########
@@ -42,6 +44,22 @@ public GenericSolrRequest setContentWriter(ContentWriter
contentWriter) {
return this;
}
+ public GenericSolrRequest withContent(byte[] buf, String type) {
Review Comment:
Isn't it too harmful to be advertised as public for users?
--
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]