[ 
https://issues.apache.org/jira/browse/SOLR-6565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149898#comment-14149898
 ] 

Gregory Chanan commented on SOLR-6565:
--------------------------------------

Yonik,

It's a set of param keys; if the request has a SolrParam with that key it is 
guaranteed to be output in the queryString rather than the message body (either 
b/c it's a GET and we always send the params as the queryString, or because of 
our special logic for PUT/POST methods).  I originally had it the way you 
suggest (actually used SolrParams), but HttpSolrServer already does it the 
Set<String> way so it seemed better to be consistent.

> SolrRequest support for query params
> ------------------------------------
>
>                 Key: SOLR-6565
>                 URL: https://issues.apache.org/jira/browse/SOLR-6565
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>            Reporter: Gregory Chanan
>            Assignee: Gregory Chanan
>            Priority: Minor
>         Attachments: SOLR-6565.patch, SOLR-6565.patch
>
>
> Today, queryParams (sending params via the queryString) is only supported at 
> the HttpSolrServer level.  In an effort to make SolrRequests more generally 
> useful (a la SOLR-6543), it would be nice if you could set the queryParams on 
> a per-request basis.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to