fsparv commented on code in PR #2666:
URL: https://github.com/apache/solr/pull/2666#discussion_r1731437654


##########
solr/core/src/java/org/apache/solr/response/SolrQueryResponse.java:
##########
@@ -61,7 +64,7 @@
  */
 public class SolrQueryResponse {
   public static final String NAME = "response";
-  public static final String RESPONSE_HEADER_PARTIAL_RESULTS_KEY = 
CommonParams.PARTIAL_RESULTS;

Review Comment:
   Right but they aren't actually the same string. One is a request parameter 
and the other is a response header key. The fact they are textually similar is 
a coincidence (and packages now make this difficult)



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

Reply via email to