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

Yonik Seeley commented on SOLR-6565:
------------------------------------

Can you show an example of how this works?
I see this:
{code}
+  public void setQueryParams(Set<String> queryParams) {
+    this.queryParams = queryParams;
+  }
{code}
But query params normally have keys and values so I would have expected an 
argument more along the lines of
SolrParams or Map<String,String[]> or something...

> 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