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
wrote:
> Is it possible to stream search results from Solr? Seems that this feature is
> missing.
>
> I see two options to so
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