Nope. The IndexReader simply sets a bit in a separate bitvector that marks the doc as deleted. All info associated with the document are removed after an IndexWriter merges the segment containing that doc with another (optimize will merge all segments and hence remove remnants of all deleted docs).
-Yonik Now hiring -- http://tinyurl.com/7m67g On 9/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > i want to ask, if i delete documents from index with delete(int i) > does the IndexReader delete the terms of this document from index?? > > thanks in forward > Bye > > -- > 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail > +++ GMX - die erste Adresse für Mail, Message, More +++ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >