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 Furkan KAMACI <fu...@gmail.com> on 2013/03/29 10:26:36 UTC

Parallel Indexing With Solr?

Does Solr allows parallelism (parallel computing) for indexing?

Re: Parallel Indexing With Solr?

Posted by Furkan KAMACI <fu...@gmail.com>.
Can you tell more about "You can index from a MapReduce job ...."? I use
nutch and it says Solr to index and reindex. I know that I can use Map
Reduce jobs at nutch side however can I use Map Reduce jobs at Solr side
(i.e for indexing etc.)?


2013/3/29 Otis Gospodnetic <ot...@gmail.com>

> Yes.  You can index from any app that can hit SOlr with multiple
> threads.  You can use StreamingUpdateSolrServer, at least in older
> Solrs, to handle multi-threading for you.  You can index from a
> MapReduce job ....
>
> Otis
> --
> Solr & ElasticSearch Support
> http://sematext.com/
>
>
>
>
>
> On Fri, Mar 29, 2013 at 5:26 AM, Furkan KAMACI <fu...@gmail.com>
> wrote:
> > Does Solr allows parallelism (parallel computing) for indexing?
>

Re: Parallel Indexing With Solr?

Posted by Otis Gospodnetic <ot...@gmail.com>.
Yes.  You can index from any app that can hit SOlr with multiple
threads.  You can use StreamingUpdateSolrServer, at least in older
Solrs, to handle multi-threading for you.  You can index from a
MapReduce job ....

Otis
--
Solr & ElasticSearch Support
http://sematext.com/





On Fri, Mar 29, 2013 at 5:26 AM, Furkan KAMACI <fu...@gmail.com> wrote:
> Does Solr allows parallelism (parallel computing) for indexing?

Re: Parallel Indexing With Solr?

Posted by Gora Mohanty <go...@mimirtech.com>.
On 29 March 2013 14:56, Furkan KAMACI <fu...@gmail.com> wrote:
> Does Solr allows parallelism (parallel computing) for indexing?

What do you mean by parallel computing in this context?

Solr can use multiple threads for indexing if that is what
you are asking.

Regards,
Gora