Re: Multiple Process of the SAME solr instance

2008-09-22 Thread Chris Hostetter
: My problem is, if 1 solr instance process(save) 100 documents one-by-one, it : would not be very effective, I want to create 10 clones : (process/threads/cores) of the same solr instance, so that 10 documents get : processed(saved to solr) simaltaneously. Perhaps i'm completley missunderstandin

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread Otis Gospodnetic
- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: mohitranka <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, September 18, 2008 2:15:25 AM > Subject: Re: Multiple Process of the SAME solr instance > > >

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread mohitranka
alin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/Multiple-Process-of-the-SAME-solr-instance-tp19533951p19546626.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread Shalin Shekhar Mangar
On Thu, Sep 18, 2008 at 11:03 AM, mohitranka <[EMAIL PROTECTED]> wrote: > > Otis, I understand that 1 solr instance can store n documents (one-by-one). > My query was how to create m such instances/processes/threads so that m > documents get stored at a time, instead of 1 at a time. > > All the in

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread mohitranka
that if you follow the >> tutorial on the site. >> >> Otis >> -- >> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >> >> >> - Original Message >>> From: mohitranka <[EMAIL PROTECTED]> >>> To:

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread mohitranka
> - Original Message >> From: mohitranka <[EMAIL PROTECTED]> >> To: solr-user@lucene.apache.org >> Sent: Wednesday, September 17, 2008 4:33:26 PM >> Subject: Re: Multiple Process of the SAME solr instance >> >> >> Otis, >> Th

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread Otis Gospodnetic
nka <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, September 17, 2008 4:33:26 PM > Subject: Re: Multiple Process of the SAME solr instance > > > Otis, > Thanks for your reply. I think i misdirected you from my previous > message. What I

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread mohitranka
.apache.org >> Sent: Wednesday, September 17, 2008 3:14:38 PM >> Subject: Re: Multiple Process of the SAME solr instance >> >> >> Thanks for your replies. >> Actually the Solr instance will have many indexes to be updated >> simaltaneously, (say 100).

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread Otis Gospodnetic
mber 17, 2008 3:14:38 PM > Subject: Re: Multiple Process of the SAME solr instance > > > Thanks for your replies. > Actually the Solr instance will have many indexes to be updated > simaltaneously, (say 100). Now i want to create 10 thread/process, so that I > can proces

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread mohitranka
mohitranka wrote: > > Hi All, > I am using Solr 1.3 with Tomcat 5.5.20 as servlet container. > I need to create multiple process of the same Solr instance to process the > incoming indexes effectively. Can you point me how (and where :-) ) to do > it? > > Tha

Re: Multiple Process of the SAME solr instance

2008-09-17 Thread Otis Gospodnetic
gt; To: solr-user@lucene.apache.org > Sent: Wednesday, September 17, 2008 10:54:09 AM > Subject: Multiple Process of the SAME solr instance > > > Hi All, > I am using Solr 1.3 with Tomcat 5.5.20 as servlet container. I > need to create multiple process of the same S

Re: [SPAM] Multiple Process of the SAME solr instance

2008-09-17 Thread Matthew Runo
time! Matthew Runo Software Engineer, Zappos.com [EMAIL PROTECTED] - 702-943-7833 On Sep 17, 2008, at 7:54 AM, mohitranka wrote: Hi All, I am using Solr 1.3 with Tomcat 5.5.20 as servlet container. I need to create multiple process of the same Solr instance to process the incoming

Multiple Process of the SAME solr instance

2008-09-17 Thread mohitranka
Hi All, I am using Solr 1.3 with Tomcat 5.5.20 as servlet container. I need to create multiple process of the same Solr instance to process the incoming indexes effectively. Can you point me how (and where :-) ) to do it? Thanks and regards, Mohit Ranka -- View this message in