gus-asf commented on code in PR #2237:
URL: https://github.com/apache/solr/pull/2237#discussion_r1486232591


##########
solr/core/src/java/org/apache/solr/request/SolrRequestInfo.java:
##########
@@ -210,6 +216,32 @@ public void addCloseHook(Closeable hook) {
     }
   }
 
+  /**
+   * This call creates the QueryLimits object and any required implementations 
of {@link
+   * org.apache.lucene.index.QueryTimeout}. Any code before this call will not 
be subject to the
+   * limitations set on the request. Note that calling {@link #getLimits()} 
has the same effect as
+   * this method.
+   *
+   * @see #getLimits()
+   */
+  public void initQueryLimits() {

Review Comment:
   had been called elsewhere as getLimits(), agree can be private now.



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