This is the expected behavior for any lucene based application -- as long
as an IndexReader is opened on an index, it maintains open filehandles for
the segments of the index at that moment in time -- as other changes are
made to the index, new segments are created, and segment merges may resul
Hi everybody,
I'm experiencing a problem with my Solr-based web application running on a Sun
Solaris OS.
It seems that the application still holds file-descriptors to index files even
if these last ones are removed. It can be observed mainly when the
snapinstaller script is executed, but we can