Re: Delete index and "commit or optimize"

2007-10-25 Thread Otis Gospodnetic
You don't need to optimize an index after deletion, just commit and you are done. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Jae Joo <[EMAIL PROTECTED]> To: solr-user Sent: Thursday, October 25, 2007 3:10:49 PM Subject: Delet

Delete index and "commit or optimize"

2007-10-25 Thread Jae Joo
Hi, I have 9g index and try to delete a couple of document. The actual deletion is working fine. Here is my question. Do I have to OPTIMIZE the index after deleting? or just COMMIT it? The original index already optimized. Thanks, Jae Joo