RE: index growing with updates

2010-06-04 Thread Chris Hostetter
: Ok so I think that Solr (lucene) will only remove deleted/updated : documents from the disk after an optimize or after an 'expungeDeletes' : request. Is there a way to trigger the expunsion (new word) across the : entire index? I tried : deletes are removed when segments are merged -- an opt

RE: index growing with updates

2010-06-04 Thread Nagelberg, Kallin
nks, Kallin Nagelberg -Original Message- From: Nagelberg, Kallin Sent: Thursday, June 03, 2010 1:36 PM To: 'solr-user@lucene.apache.org' Subject: RE: index growing with updates Is there a way to trigger a purge, or under what conditions does it occur? -Kallin Nagelber

Re: index growing with updates

2010-06-03 Thread Chris Rode
der what conditions does it occur? > > -Kallin Nagelberg > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Thursday, June 03, 2010 12:40 PM > To: solr-user@lucene.apache.org > Subject: Re: index growing with updates > > Assuming

RE: index growing with updates

2010-06-03 Thread Nagelberg, Kallin
Is there a way to trigger a purge, or under what conditions does it occur? -Kallin Nagelberg -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Thursday, June 03, 2010 12:40 PM To: solr-user@lucene.apache.org Subject: Re: index growing with updates Assuming

Re: index growing with updates

2010-06-03 Thread Erick Erickson
Assuming your config is set up to replace unique keys, you're really doing a delete and an add (under the covers). It could very well be that the deleted version of the document is still in your index taking up space and will be until it is purged. HTH Erick On Thu, Jun 3, 2010 at 10:22 AM, Nagel