Re: Lucene Memory Leak

2008-09-07 Thread 장용석
Hi.. :) I saw your code. Your free memory slowly becomes smaller and start gc? or out of memory exception? Declare variable in method use jvm's memory small, and after finish the method it becomes target of gc. (example , Directory directory = null; Query query = null; QueryP

Haloe (Lucene package) released!

2008-09-07 Thread Marcus Herou
Hi guys. Glad to announce that I finally managed to move this package out of the company code and released it to the OS community. The package contains some neat classes which we use for instance when indexing and searching through some hundred thousands of blogs and the ShardedSolrDocumentIndexer