Ganesh wrote:
Yes. Once the Indexreader is closed, you should not do make any calls with that object. Extend the IndexReader to add support for reference count. Close the reader once the count is zero.
Actually you can just use the [expert] incRef/decRef methods on IndexReader to track in-flight searches still using it. You shouldn't have to extend it.
Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]