Hello all, I have a stand alone server application that writes and modifies three indices. On the searcher side, I have another server application that reads the three indices simultaneously using ParallelMultiSearcher. This runs fine.
However, once I start my web application, I will have old segment files that will not be deleted. I can see their file names in the delete file, but until I stop Tomcat, those segments will not be deleted. I've double checked to make sure that the web application is closing the searcher... and the searcher is created using String rather than IndexReader. Can someone tell me why it seems like Tomcat is holding on to the hold segments? Thanks, Ed _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]