dsmiley commented on code in PR #3238: URL: https://github.com/apache/solr/pull/3238#discussion_r1994350312
########## solr/solrj/src/java/org/apache/solr/client/solrj/request/DirectXmlRequest.java: ########## @@ -55,8 +55,13 @@ public SolrParams getParams() { } @Override - public String getRequestType() { - return SolrRequestType.UPDATE.toString(); + protected SolrRequestType getBaseRequestType() { Review Comment: I already did that: https://github.com/apache/solr/blob/cbc2321598f30066dab4ba396e6c593577f9d8f4/solr/solrj/src/java/org/apache/solr/client/solrj/request/DirectXmlRequest.java#L33 I should merge that PR so we can more easily communicate to even each other what things are going away so we shouldn't spend attention on -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org