takezoe / solr-scala-client

Solr Client for Scala
Apache License 2.0
91 stars 43 forks source link

Implement support for streaming results #23

Closed codingismy11to7 closed 9 years ago

codingismy11to7 commented 10 years ago

I found the SolrServer.queryAndStreamResponse method added in Solr4, and had been wanting a method like this, so I implemented it for the asynchronous interface.