Sumeet Sharma created SOLR-8568:
-----------------------------------
Summary: 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: clients - java
Affects Versions: 5.4
Reporter: Sumeet Sharma
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.
Please suggest a mechanism to report this or any work around for the same.
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]