dsmiley commented on code in PR #4870:
URL: https://github.com/apache/solr/pull/4870#discussion_r3942892243
##########
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##########
@@ -201,8 +201,12 @@ public SolrCore getCore() {
return core;
}
+ /**
+ * If the request has been created, return its parameters (merges URL and
body if applicable);
+ * otherwise, return only the URL query parameters.
+ */
public SolrParams getQueryParams() {
Review Comment:
I updated the tests accordingly.
--
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]