Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 43558 invoked from network); 18 Feb 2005 22:21:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Feb 2005 22:21:22 -0000 Received: (qmail 5202 invoked by uid 500); 18 Feb 2005 22:21:17 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 5183 invoked by uid 500); 18 Feb 2005 22:21:17 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 5170 invoked by uid 99); 18 Feb 2005 22:21:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of clamprecht@gmail.com designates 64.233.170.207 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.207) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Feb 2005 14:21:16 -0800 Received: by rproxy.gmail.com with SMTP id z35so599rne for ; Fri, 18 Feb 2005 14:21:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=tMkRbiNiHkEhRpS85r46ZA2UkQOJhtWxOchayBSkelqDEQKi+ArM5L/zCak9vaRgRLEdyhoHGPg0pnxrm+5qFkudWYUj9OJWgr8RulxJg7xhjAb7gC08MybEHQW0gMRJnQzj+YQ9qupE8K6ZKar0mtGNoEU2eI05S56r3s5oYyk= Received: by 10.38.101.15 with SMTP id y15mr14154rnb; Fri, 18 Feb 2005 14:12:48 -0800 (PST) Received: by 10.38.104.15 with HTTP; Fri, 18 Feb 2005 14:12:48 -0800 (PST) Message-ID: <88c6a67205021814126e4fb0de@mail.gmail.com> Date: Fri, 18 Feb 2005 16:12:48 -0600 From: Chris Lamprecht Reply-To: Chris Lamprecht To: Lucene Users List Subject: Re: Search Performance In-Reply-To: <20050218214138.58201.qmail@web31101.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <88c6a6720502181313546291f0@mail.gmail.com> <20050218214138.58201.qmail@web31101.mail.mud.yahoo.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Wouldn't this leave open file handles? I had a problem where there were lots of open file handles for deleted index files, because the old searchers were not being closed. On Fri, 18 Feb 2005 13:41:37 -0800 (PST), Otis Gospodnetic wrote: > Or you could just open a new IndexSearcher, forget the old one, and > have GC collect it when everyone is done with it. > > Otis > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org