Re: Empty XML output from SOLR streaming expression

2018-09-27 Thread Joel Bernstein
Streaming expression only returns JSON. That simplified many aspects of the implementation. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Sep 27, 2018 at 12:05 PM Dariusz Wojtas wrote: > Hi, > > I am working with SOLR 7.4.0 and use streaming expressions. > This works nicely, the result

Empty XML output from SOLR streaming expression

2018-09-27 Thread Dariusz Wojtas
Hi, I am working with SOLR 7.4.0 and use streaming expressions. This works nicely, the result is produced in JSON format. But I need to have it in XML. Simplest query to show the problem: search(myCollection, zkHost="localhost:9983", qt="/select", q="*:*", fl="id", sort="id desc") Docs