Hi,

I'm using Solr 6.2.1.

When I tried to use the stream function, I'm getting this error.

{"result-set":{"docs":[
{"EXCEPTION":null,"EOF":true}]}}


The URL which I'm using is
http://localhost:8983/solr/gettingstarted/stream?stream.body='search(gettingstarted,q="*:*",fl="id,
city", fq="city:San Pedro",sort="id asc")'

What could be wrong with my query or setup?

Regards,
Edwin

Reply via email to