sigram commented on code in PR #2244: URL: https://github.com/apache/solr/pull/2244#discussion_r1491036832
########## solr/core/src/java/org/apache/solr/search/QueryLimits.java: ########## @@ -16,14 +16,13 @@ */ package org.apache.solr.search; -import static org.apache.solr.search.CpuQueryTimeLimit.hasCpuLimit; -import static org.apache.solr.search.SolrQueryTimeLimit.hasTimeLimit; +import static org.apache.solr.search.CpuAllowedLimit.hasCpuLimit; +import static org.apache.solr.search.TimeAllowedLimit.hasTimeLimit; import java.util.ArrayList; import java.util.List; import org.apache.lucene.index.QueryTimeout; import org.apache.solr.request.SolrQueryRequest; -import org.apache.solr.util.ThreadCpuTime; /** * Represents the limitations on the query. These limits might be wall clock time, cpu time, memory, Review Comment: Haha ... it's not a user-facing API, we can always rename it when we want to generalize it. -- 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