Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 38971 invoked from network); 10 Aug 2006 03:34:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 03:34:00 -0000 Received: (qmail 51520 invoked by uid 500); 10 Aug 2006 03:33:54 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 51378 invoked by uid 500); 10 Aug 2006 03:33:54 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 51367 invoked by uid 99); 10 Aug 2006 03:33:54 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of yseeley@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 20:33:53 -0700 Received: by py-out-1112.google.com with SMTP id s49so624654pyc for ; Wed, 09 Aug 2006 20:32:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=uKyBiqCkN0Mnt4jZgAYVc2xIuqb1teFzzCNtVGX2txyuNOIOMrNRznoy/CmVGXfmLZ0CWJAo41IbivmgVRZrYEbu+f778YdA/ZshHWIZt8Bdu70tTXZnL5f1sNBqfKInde/wug1F4oQpJJN7dlprcjEFceBLBwsajGAhCry+UZY= Received: by 10.35.114.16 with SMTP id r16mr2942058pym; Wed, 09 Aug 2006 20:32:20 -0700 (PDT) Received: by 10.35.11.9 with HTTP; Wed, 9 Aug 2006 20:32:20 -0700 (PDT) Message-ID: Date: Wed, 9 Aug 2006 23:32:20 -0400 From: "Yonik Seeley" Sender: yseeley@gmail.com To: java-user@lucene.apache.org Subject: Re: Poor performance "race condition" in FieldSortedHitQueue In-Reply-To: <043201c6bc2c$25cca7b0$2800a8c0@aconex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <043201c6bc2c$25cca7b0$2800a8c0@aconex.com> X-Google-Sender-Auth: 477b3d0866b92dee X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/9/06, Oliver Hutchison wrote: > > Well, there's FieldCache.DEFAULT > > I thought the exact same thing but what I'd forgotten was that all fields on > an interface are implicitly final. Heh... interfaces strike again. Well then since we *know* that no one has their own implementation (because they would not have been able to register it), we should be able to safely upgrade the interface to a class (anyone want to supply a patch?) -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org