Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 62255 invoked from network); 1 Mar 2005 11:57:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Mar 2005 11:57:17 -0000 Received: (qmail 31664 invoked by uid 500); 1 Mar 2005 11:57:13 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 31639 invoked by uid 500); 1 Mar 2005 11:57:13 -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 31623 invoked by uid 99); 1 Mar 2005 11:57:13 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from uar.spline-software.com (HELO stargate.i-hypergrid.com) (194.44.193.196) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Mar 2005 03:57:13 -0800 Received: from [192.168.0.86] (vbychkoviak.jforce [192.168.0.86]) by stargate.i-hypergrid.com (Postfix) with ESMTP id 5D91587313 for ; Tue, 1 Mar 2005 13:57:03 +0200 (EET) Message-ID: <4224588E.8040808@i-hypergrid.com> Date: Tue, 01 Mar 2005 13:57:02 +0200 From: Volodymyr Bychkoviak User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: Is IndexSearcher thread safe? References: <42245018.50201@i-hypergrid.com> In-Reply-To: <42245018.50201@i-hypergrid.com> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Additional question. If I'm sharing one instance of IndexSearcher between different threads Is it good to just to drop this instance to GC. Because I don't know if some thread is still using this searcher or done with it. Regards, Volodymyr Bychkoviak Volodymyr Bychkoviak wrote: > Is it thread-safe to share one > instance of IndexSearcher between multiple threads? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org