gerlowskija commented on code in PR #2912:
URL: https://github.com/apache/solr/pull/2912#discussion_r1890516647


##########
solr/core/src/java/org/apache/solr/api/V2HttpCall.java:
##########
@@ -188,6 +188,8 @@ public void call(SolrQueryRequest req, SolrQueryResponse 
rsp) {
 
       
Thread.currentThread().setContextClassLoader(core.getResourceLoader().getClassLoader());
       this.path = path = path.substring(prefix.length() + 
pathSegments.get(1).length() + 2);
+      parts.put(
+          COLLECTION_PROP, origCorename); // Core-level API, so populate 
"collection" template val

Review Comment:
   Done



-- 
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]

Reply via email to