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

Erick Erickson commented on SOLR-8568:
--------------------------------------

Please raise questions like this on the user's list as this is more of a usage 
question. If it's determined that this is a bug, _then_ raise a JIRA as we try 
to keep JIRAs for code issues.



> Provision to accept url encoded comma separated string in the facet.pivot 
> field
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-8568
>                 URL: https://issues.apache.org/jira/browse/SOLR-8568
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrJ
>    Affects Versions: 5.4
>            Reporter: Sumeet Sharma
>              Labels: facet-pivot
>
> The toQueryString method inside Solrj's ClientUtils class is called when the 
> http request is formed internally. But in this process, it also encodes the 
> commas (,) that need to be sent in the facet.pivot field.
> eg . facet.pivot=A1,A2 gets sent as facet.pivot=A1%2CA2
> Because of this the query returns no result.
> http://stackoverflow.com/questions/34877238/solrj-clientutils-toquerystring-escapes-facet-pivot-field-comma
>  



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