On 11/30/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: IndexSearchers open. The other ones I "let go" without an explicit
: close() call. The assumption is that the old IndexSearchers "expire",
: that they get garbage collected, as I'm no longer holding references to
: them.
yeah ... that just seems really bad in general, i would try to explicitly
close any searcher your purge from your cache.
Yeah, GC may kick off when memory gets low, but the GC system
unfortunately doesn't know anything about when file descriptors get
low.
-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]