:
> 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:
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
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