epugh commented on code in PR #4073:
URL: https://github.com/apache/solr/pull/4073#discussion_r2724167579


##########
solr/core/src/java/org/apache/solr/request/SolrQueryRequest.java:
##########
@@ -195,16 +196,22 @@ default CloudDescriptor getCloudDescriptor() {
     return getCore().getCoreDescriptor().getCloudDescriptor();
   }
 
-  /** The writer to use for this request, considering {@link CommonParams#WT}. 
Never null. */
+  /**
+   * The writer to use for this request, considering {@link CommonParams#WT}. 
Never null.
+   *
+   * <p>If a core is available, uses the core's response writer registry 
(loaded from
+   * ImplicitPlugins.json with ConfigOverlay support). If no core is available 
(e.g., for
+   * admin/container requests), uses a minimal set of admin-appropriate 
writers.

Review Comment:
   admin thing again.



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