atris commented on a change in pull request #1686:
URL: https://github.com/apache/lucene-solr/pull/1686#discussion_r465510275



##########
File path: 
solr/solrj/src/java/org/apache/solr/client/solrj/request/QueryRequest.java
##########
@@ -76,5 +76,9 @@ public SolrParams getParams() {
     return query;
   }
 
+  @Override
+  public String getRequestType() {
+    return SolrRequestType.QUERY.toString();

Review comment:
       This seems like a query prioritization model IMO -- a good idea. I will 
open a follow up JIRA once this goes in.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to