If I try to add documents to an index while a reader is open I get en error message
saying "Cannot delete C:\myindex\_3n.f0". I suspect that this is due to the
fact that the windows fs won't allow deletion of a file when there is a filehandler
connected to it. The solution I have at the momen
If I try to add documents to an index while a reader is open I get en error
message saying "Cannot delete C:\myindex\_3n.f0". I suspect that this is due to
the fact that the windows fs won't allow deletion of a file when there is a
filehandler connected to it. The solution I have at the moment i