On 2/20/07, karl wettin <[EMAIL PROTECTED]> wrote:
Could the reader per segment be replaced by one single MultiReader
created by the original indexDeleterFactory()? Or are the segments
partially the RAMDirectory of the writer, partially the persistent
index?

All segments are disk segments. However, the buffered delete terms are
applied differently: for the segment just flushed from ram, delete
terms are applied appropriately so that a delete term is only applied
to the documents buffered before it, not those buffered after it;
delete terms are applied to all the documents in all other segments.

Ning

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

Reply via email to