Under this new scenario, what is the result of this:

I open the IndexWriter.

I delete all documents with Term A.
I add a new document with Term A.
I delete all documents with Term A.

Is the new document correctly removed?

Also, do we have any documentation that describes the new file format/ naming conventions similar to the original Lucene file format documentation?

Is someone going to do this before the code changes? Seems like it would be easier to review than scanning the code or 1000 emails.

Thanks.

On Jan 17, 2007, at 1:52 PM, Marvin Humphrey wrote:


On Jan 17, 2007, at 6:30 AM, Michael McCandless wrote:

In fact I think we could just continue to use IndexReader to actually
perform the deletions (like the patch(es) in LUCENE-565 and also like
Solr I believe)?

+1  (: advisory vote :)

KinoSearch, too.

It's just that IndexWriter is the one opening the IndexReader (or
SegmentReaders) in order to flush the deletes, and it's doing so
"within" its session (so that deletes & re-adds are committed into a
single new segments_N).

'zactly.

Marvin Humphrey
Rectangular Research
http://www.rectangular.com/



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



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

Reply via email to