I was playing around with LUCENE-831 last night and think I may have run
into a bug?
Can anyone verify that this should work?
Open IndexWriter
AddDocs
Commit IndexWriter
Open Reader
SeeDocs
AddNewDocs
Commit IndexWriter
ReopenReader
SeeNewDocs
I have not been able to SeeNewDocs. The IndexReader thinks it is current
based on based on IndexReader.isCurrent();
Is this a valid sequence or am I way off base here?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]