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


##########
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:
   I've created a JIRA ticket proposing removal of this "default request 
handler" stuff: https://issues.apache.org/jira/browse/SOLR-18393
   
   Apparently it was around in Yonik's very first patch and has been there 
since - who knew!



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