Hi,

Jack: I'd like to be able to dump some documents, modify them and load back
into solr. Let's say I don't have access to source documents and have to
use Solr itself.

Patricia: that's what I currently do - sort results and navigate through
the pages, but I think that built-in functionality would be more efficient.

Regards.


On 4 June 2013 18:41, Patricia Gorla <pgo...@opensourceconnections.com>wrote:

> Marcin,
>
> For a recent project we implemented search and scroll by paging through the
> result set. Basically, you'll want to just count through your rows and see
> if they're less than the `numFound` field returned by Solr if a user
> scrolls down.
>
> Does this help?
>
> Cheers,
>
>
> On Tue, Jun 4, 2013 at 6:38 AM, Marcin Rzewucki <mrzewu...@gmail.com>
> wrote:
>
> > Hi,
> >
> > Is there something similar to ElasticSearch search&scroll function, but
> in
> > Solr ? For me, it's very useful for making dump of some documents only.
> >
> > Regards.
> >
>
>
>
> --
> Patricia Gorla
>
> Opensource Connections
> 202 713 9162
>

Reply via email to