Re: Baseline vs. Incremental Indexing

2011-04-29 Thread Satish Kumar
ecosystem search :: http://search-lucene.com/ > > > > > > > > - Original Message > > > > > From: Satish Kumar > > > To: solr-user@lucene.apache.org > > > Sent: Fri, April 29, 2011 2:58:25 PM > > > Subject: Baseline vs. In

Re: Baseline vs. Incremental Indexing

2011-04-29 Thread Markus Jelsma
p://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > > From: Satish Kumar > > To: solr-user@lucene.apache.org > > Sent: Fri, April 29, 2011 2:58:25 PM > > Subject: Ba

Re: Baseline vs. Incremental Indexing

2011-04-29 Thread Otis Gospodnetic
--- > From: Satish Kumar > To: solr-user@lucene.apache.org > Sent: Fri, April 29, 2011 2:58:25 PM > Subject: Baseline vs. Incremental Indexing > > Hi, > > Currently we index new/updated records every 30 minutes (I am referring to > this as incremental/partial index)

Baseline vs. Incremental Indexing

2011-04-29 Thread Satish Kumar
Hi, Currently we index new/updated records every 30 minutes (I am referring to this as incremental/partial index) -- i.e., records will be added to an existing index. Are there any benefits in creating a new index (i.e., delete the existing index and create it) from a performance point of view eve