[ https://issues.apache.org/jira/browse/SOLR-10537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984733#comment-15984733 ]
ASF subversion and git services commented on SOLR-10537: -------------------------------------------------------- Commit 73d3a77ad5b9a99944c1d7c1b64192e2c528dcb3 in lucene-solr's branch refs/heads/branch_6x from [~dsmiley] [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=73d3a77 ] SOLR-10537: Added SolrParams.toLocalParamsString() and moved QP.encodeLocalParamVal to ClientUtils (cherry picked from commit f45017b) > 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org