What version of Solr? Are you perhaps running into:
https://issues.apache.org/jira/browse/SOLR-7647?
On Sun, Jul 3, 2016 at 5:54 PM, Susmit Shukla wrote:
> Hi,
>
> I'm using a string field in sort parameters of a solr query. The query is
> used with /export handler to stream data using CloudSolrS
Hi,
I'm using a string field in sort parameters of a solr query. The query is
used with /export handler to stream data using CloudSolrStream. When the
data in field contains a double quote, the cloudSolrStream fails to read
data and throws this error -
field data = "first (alias) last"
org.nogg