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