Return-Path: Delivered-To: apmail-incubator-lucene-net-user-archive@locus.apache.org Received: (qmail 35612 invoked from network); 28 Sep 2006 17:55:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 17:55:57 -0000 Received: (qmail 18868 invoked by uid 500); 28 Sep 2006 17:55:56 -0000 Delivered-To: apmail-incubator-lucene-net-user-archive@incubator.apache.org Received: (qmail 18779 invoked by uid 500); 28 Sep 2006 17:55:56 -0000 Mailing-List: contact lucene-net-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-user@incubator.apache.org Delivered-To: mailing list lucene-net-user@incubator.apache.org Received: (qmail 18770 invoked by uid 99); 28 Sep 2006 17:55:56 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 10:55:56 -0700 X-ASF-Spam-Status: No, hits=1.2 required=5.0 tests=RCVD_IN_SORBS_WEB Received: from [216.222.193.2] ([216.222.193.2:34231] helo=sidekick.frogspace.net) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 3A/F8-17533-6AC0C154 for ; Thu, 28 Sep 2006 10:55:51 -0700 Received: from bi01pt1.ct.us.ibm.com ([129.33.1.37] helo=aroushlt) by sidekick.frogspace.net with esmtp (Exim 4.44) id 1GT06r-0001Ha-5J; Thu, 28 Sep 2006 10:55:45 -0700 From: "George Aroush" To: , Subject: RE: Memory leak with sorted searches Date: Thu, 28 Sep 2006 13:55:44 -0400 Message-ID: <001a01c6e327$53101370$ee6ffea9@aroushlt> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-Index: AcbiiGhNk5nDMD1NTNiaVPwoiE47AwAnW2og X-SA-Exim-Connect-IP: 129.33.1.37 X-SA-Exim-Mail-From: george@aroush.net X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Phil and Michael, I don't know about that proposed fix you referred to and I don't know if the known memory leak, during indexing, in Lucene.Net 1.9, 1.9.1 and 2.0 is the same leak as what you are observing with the sort. To help me track this down, can you: 1) Try the fix that I found to fix a leak (see my earlier post.) 2) If #1 above doesn't fix your problem, try with .NET 2.0 3) If you are still seeing the problem, can you post an sample working code which demonstrates the problem? Regards, -- George Aroush -----Original Message----- From: Philip Withington [mailto:philip.withington@gmail.com] Sent: Wednesday, September 27, 2006 6:58 PM To: lucene-net-user@incubator.apache.org Subject: Re: Memory leak with sorted searches I am using .Net 1.1. I found some proposed fixes to the problem here http://blog.dotlucene.net/2006/06/lucenenet-19-rc1-build-003.html but would rather not take the risk of modifying code I do not fully understand. From what I understand from reading the lists, the next release of Lucene.Net ( 2.0) will initially be geared towards the 1.1 version of the framework so I wonder if this will fix the problem. Michael Sorry if I've misunderstood but are you talking about re-sorting the hits after you've initially retrieved them ordered by relevance? Regards Phil On 9/27/06, Michael Mitiaguin wrote: > > Philip, > > Personally, I found feature a very slow ( comparing to search itself ) > , so I just sort memory collection after iterating Hits. > You may have noticed messages regarding memory leak for indexing in > .Net > 1.1 > Are you using .Net 1.1 ? I don't remember any memory leak when I used > it witn .Net 2 > > Regards > Michael > > On 9/28/06, Philip Withington wrote: > > > > I'm finding that the memory leak problem with sorted searches means > > that > I > > cannot use this feature of Lucene.Net. I'm using version 1.9.1. Is > there > > a > > version out there with a fix for this problem or will it be fixed in > > a forthcoming release? > > > > Regards > > > > Phil > > > > > >