dsmiley commented on code in PR #3140: URL: https://github.com/apache/solr/pull/3140#discussion_r1934927357
########## solr/solrj/src/java/org/apache/solr/common/params/SolrParams.java: ########## @@ -526,4 +526,9 @@ public String toString() { } return sb.toString(); } + + /** An empty, immutable SolrParams. */ + public static SolrParams of() { Review Comment: Coincidentally I recently had the same conversation for the new SimpleOrderedMap.of. It's modelled off JDK data structure utilities using this name, thus its consistent. Once we see additional overloads, I think you'll like it better. I could add one or two in this PR. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org