noblepaul commented on code in PR #897: URL: https://github.com/apache/solr/pull/897#discussion_r894057481
########## solr/core/src/java/org/apache/solr/api/AnnotatedApi.java: ########## @@ -335,6 +337,33 @@ void invoke(SolrQueryRequest req, SolrQueryResponse rsp, CommandOperation cmd) { } } + public int hashCode() { Review Comment: don't you think we should cash and reuse the hash ? -- 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