You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Victor Miroshnikov <me...@vmiroshnikov.com> on 2013/04/04 00:20:30 UTC

Streaming search results

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 



Re: Streaming search results

Posted by Erick Erickson <er...@gmail.com>.
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 <me...@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
>
>