wildtusker opened a new pull request, #4282:
URL: https://github.com/apache/solr/pull/4282

   https://issues.apache.org/jira/browse/SOLR-XXXXX
   
   <!--
   _(If you are a project committer then you may remove some/all of the 
following template.)_
   
   Before creating a pull request, please file an issue in the ASF Jira system 
for Solr:
   
   * https://issues.apache.org/jira/browse/SOLR-17810
   
   For something minor (i.e. that wouldn't be worth putting in release notes), 
you can skip JIRA.
   To create a Jira issue, you will need to create an account there first.
   
   The title of the PR should reference the Jira issue number in the form:
   
   * SOLR-17810: Added headers to HttpJdkSolrClient and HttpJettySolrClient
   
   S
   
   # Description
    Added following to request headers
     String SOLR_REQUEST_CONTEXT_PARAM = "Solr-Request-Context";
   
     String SOLR_REQUEST_TYPE_PARAM = "Solr-Request-Type";
   
   
   # Solution
   The basic client  was compared to  HttpJdkSolrClient and HttpJettySolrClient
   The following headers were added  
    String SOLR_REQUEST_CONTEXT_PARAM = "Solr-Request-Context";
   
     String SOLR_REQUEST_TYPE_PARAM = "Solr-Request-Type";
   
   


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