Actually under the conf/xslt/ folder there's example XSLTs that can be used
in conjunction with the XSLT Update Request
Handler<http://wiki.apache.org/solr/XsltUpdateRequestHandler> that
take the Solr XML that's output and transforms it to Solr update XML.

-Doug


On Tue, Jun 4, 2013 at 5:54 PM, Otis Gospodnetic <otis.gospodne...@gmail.com
> wrote:

> Hi,
>
> The short answer is: doesn't exist.
> Probably the fastest way is to use csv output and then, after making
> modifications, feed that back in or use the streaming upload
> functionality from the location that's local to the Solr server.
>
> If there are faster ways, I'm all eyeballs.
>
> Otis
> --
> Solr & ElasticSearch Support
> http://sematext.com/
>
>
>
>
>
> On Tue, Jun 4, 2013 at 5:33 PM, Marcin Rzewucki <mrzewu...@gmail.com>
> wrote:
> > 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
> >>
>



-- 
Doug Turnbull
Search & Big Data Architect
OpenSource Connections <http://o19s.com>

Reply via email to