Re: Index Growing on Delete

2010-01-22 Thread Ian Lea
: > Hi Jamie, > You could try and debug using > IndexReader.numDeletedDocs() ; > On the index to check if the documents are expunged or not. > > --Original Message-- > From: Jamie > To: java-user@lucene.apache.org > ReplyTo: java-user@lucene.apache.org > Subject:

Re: Index Growing on Delete

2010-01-22 Thread anshum.gu...@naukri.com
Hi Jamie, You could try and debug using IndexReader.numDeletedDocs() ; On the index to check if the documents are expunged or not. --Original Message-- From: Jamie To: java-user@lucene.apache.org ReplyTo: java-user@lucene.apache.org Subject: Index Growing on Delete Sent: Jan 22, 2010 14

Index Growing on Delete

2010-01-22 Thread Jamie
Hi In our application,on a periodic basis, documents get deleted from the index. Although the deleted documents correctly cannot be found when searching the index, our users are complaining that their hard drive is fulling up, since the index continues to grow in size despite the fact that th