Hello, I am using /export handler to stream data using CloudSolrStream.
I am using fl=uuid,space,timestamp where uuid and space are Strings and timestamp is long. My query (q=.......) is not on these fields. While reading the results from the Solr cloud, I get the following errors org.noggit.JSONParser$ParseException: Expected ',' or '}': char=5,position=110938 BEFORE='uuid":"0lG99s8vyaKB2I/I","space":"uuid","timestamp":1 5' AFTER='DB6 474294954},{"uuid":"0lG99sHT8P5e' Or (For a different query org.noggit.JSONParser$ParseException: Expected ',' or '}': char=",position=122528 BEFORE=':1475618674},{"uuid":"Whz991tX6P4beuhp","space": 3076 "' AFTER='uuid","timestamp":1476131442},{"uui' Now what are the possible reasons of me getting this error? Is this related to some kind of data corruption? What are some of the things (possibly some characters in String) that JSON will have hard time parsing? The Solr version I use is 5.5.0 Thanks Chetas.