Re: Lucene reorganizing indexes

2012-07-18 Thread googoo
ssage in context: http://lucene.472066.n3.nabble.com/Lucene-reorganizing-indexes-tp3995399p3995702.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucen

RE: Lucene reorganizing indexes

2012-07-17 Thread Scott Smith
It's lucene -Original Message- From: Ralf Heyde [mailto:ralf.he...@gmx.de] Sent: Monday, July 16, 2012 10:42 PM To: java-user@lucene.apache.org Subject: AW: Lucene reorganizing indexes Do you use Lucene or Solr? We faced the problem in Solr due too big Caches, which where (re)w

RE: Lucene reorganizing indexes

2012-07-16 Thread Uwe Schindler
ta.com] > Sent: Monday, July 16, 2012 10:29 PM > To: java-user@lucene.apache.org > Subject: Lucene reorganizing indexes > > We have an application that has to do "real time" indexing of a number of > documents. What it does is wake up about every 20 seconds and updates the

AW: Lucene reorganizing indexes

2012-07-16 Thread Ralf Heyde
-user@lucene.apache.org Betreff: Lucene reorganizing indexes We have an application that has to do "real time" indexing of a number of documents. What it does is wake up about every 20 seconds and updates the index with any changes that have been queued since the last time it ran. Thi

Lucene reorganizing indexes

2012-07-16 Thread Scott Smith
We have an application that has to do "real time" indexing of a number of documents. What it does is wake up about every 20 seconds and updates the index with any changes that have been queued since the last time it ran. This involves adding and deleting several hundred documents. This is all