Re: Does lucene support distributed indexing?

2008-06-12 Thread Adrian Tarau
ontrib/ in Hadoop) > > There is also GridLucene project somewhere on the web... > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > - Original Message >> From: Grant Ingersoll <[EMAIL PROTECTED]> >> To: java-user@

Re: Does lucene support distributed indexing?

2008-04-29 Thread Andrzej Bialecki
Vaijanath N. Rao wrote: Hi all, How about adding hadoop support for distributed indexing. If required I can start working on this. If Hadoop is the fesiable option. Also what other technique one can think for doing distributed Indexing. Currently I am planning on extending the SolrJ to keep

Re: Does lucene support distributed indexing?

2008-04-28 Thread Vaijanath N. Rao
e From: Chris Hostetter <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, April 28, 2008 7:53:43 PM Subject: Re: Does lucene support distributed indexing? : There are actually several distributed indexing or searching projects in : Lucene (the top-level ASF Lucene projec

Re: Does lucene support distributed indexing?

2008-04-28 Thread Otis Gospodnetic
quot; is partitioned into "shards". Each shard corresponds to a Lucene instance." Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Chris Hostetter <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Monda

Re: Does lucene support distributed indexing?

2008-04-28 Thread Chris Hostetter
: There are actually several distributed indexing or searching projects in : Lucene (the top-level ASF Lucene project, not Lucene Java), and it's : time to start thinking about the possibility of bringing them together, : finding commonalities, etc. I would actually argue that almost all of th

RE: Does lucene support distributed indexing?

2008-04-28 Thread Stu Hood
parameter. See https://issues.apache.org/jira/browse/SOLR-303 Thanks, Stu -Original Message- From: [EMAIL PROTECTED] Sent: Monday, April 28, 2008 5:04am To: java-user@lucene.apache.org Subject: RE: Does lucene support distributed indexing? Solr does not do distributed indexing,

RE: Does lucene support distributed indexing?

2008-04-28 Thread Fang_Li
: Samuel Guo [mailto:[EMAIL PROTECTED] Sent: Sunday, April 27, 2008 4:22 PM To: java-user@lucene.apache.org Subject: Re: Does lucene support distributed indexing? Thanks a lot :) 2008/4/26 Grant Ingersoll <[EMAIL PROTECTED]>: > > On Apr 26, 2008, at 2:33 AM, Samuel Guo wrote: > >

Re: Does lucene support distributed indexing?

2008-04-27 Thread Otis Gospodnetic
t.com/ -- Lucene - Solr - Nutch - Original Message > From: Grant Ingersoll <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Saturday, April 26, 2008 4:20:19 PM > Subject: Re: Does lucene support distributed indexing? > > > On Apr 26, 2008, at 2:33 AM,

Re: Does lucene support distributed indexing?

2008-04-27 Thread Samuel Guo
Thanks a lot :) 2008/4/26 Grant Ingersoll <[EMAIL PROTECTED]>: > > On Apr 26, 2008, at 2:33 AM, Samuel Guo wrote: > > Hi all, > > > > I am a lucene newbie:) > > > > It seems that lucene doesn't support distributed indexing:( > > As some IR research papers mentioned, when the documents collection

Re: Does lucene support distributed indexing?

2008-04-26 Thread Grant Ingersoll
On Apr 26, 2008, at 2:33 AM, Samuel Guo wrote: Hi all, I am a lucene newbie:) It seems that lucene doesn't support distributed indexing:( As some IR research papers mentioned, when the documents collection become large, the index will be large also. When one single machine can't hold all