Mordo, Aviran (EXP N-NANNATEK) wrote:

Optimization also purges the deleted documents, thus reduces the size
(in bytes) of the index. Until you optimize documents stay in the index
only marked as deleted.

Deleted documents' space is reclaimed during optimization, 'tis true. But it can also be reclaimed as documents are added, if any automatic segment merging happens (due to IndexWriter's minMergeDocs and mergeFactor).

--MDC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to