Haven't used it myself, but: https://issues.apache.org/jira/browse/SOLR-2112 seems to fit the bill at least for SolrJ.
On Wed, Apr 3, 2013 at 5:20 PM, Victor Miroshnikov <m...@vmiroshnikov.com> wrote: > Is it possible to stream search results from Solr? Seems that this feature is > missing. > > I see two options to solve this: > > 1. Using search results pagination feature > The idea is to implement a smart proxy that will stream chunks from search > results using pagination. > > 2. Implement Solr plugin with search streaming feature (is that possible at > all?) > > First option is easy to implement and reliable, though I dont know what are > the drawbacks. > > Regards, > Viktor > >