[
https://issues.apache.org/jira/browse/SOLR-10537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984719#comment-15984719
]
ASF subversion and git services commented on SOLR-10537:
--------------------------------------------------------
Commit f45017b2d4597193929c587393bb4f2351d9cd06 in lucene-solr's branch
refs/heads/master from [~dsmiley]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f45017b ]
SOLR-10537: Added SolrParams.toLocalParamsString() and moved
QP.encodeLocalParamVal to ClientUtils
> Add SolrParams.toLocalParamsString and ClientUtils.encodeLocalParamVal
> ----------------------------------------------------------------------
>
> Key: SOLR-10537
> URL: https://issues.apache.org/jira/browse/SOLR-10537
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrJ
> Reporter: David Smiley
> Assignee: David Smiley
> Priority: Minor
> Fix For: 6.6, master (7.0)
>
> Attachments: SOLR_10537_toLocalParamsString.patch
>
>
> SolrParams ought to have a {{toLocalParamsString}} method. I needed such a
> thing while working on SOLR-10526 but I thought it deserved it's own issue.
> In addition, this method needs to call {{QueryParsing.encodeLocalParamVal}}
> but that's in Solr core (not SolrJ) so I think it can be refactored/moved to
> {{ClientUtils}}. I've wanted to call such a method before in client code and
> there was none. Surprisingly it's only used by FacetComponent within Solr.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]