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


##########
solr/core/src/java/org/apache/solr/core/SolrCore.java:
##########
@@ -1993,6 +1993,11 @@ public static void verbose(Object... args) {
   /**
    * Get the request handler registered to a given name.
    *
+   * <p>A {@code null} handlerName resolves to the core's default request 
handler (whichever handler
+   * is aliased to the empty string, normally the one registered at "/select", 
or "standard" for

Review Comment:
   Right...   So, how do we finish this process?  Is that something you are 
doing in this PR, or do we need another JIRA/PR for following up on whatever 
apparently remains of "standard"?



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