Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 17846 invoked from network); 24 May 2006 21:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 21:42:57 -0000 Received: (qmail 70716 invoked by uid 500); 24 May 2006 21:42:51 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 70696 invoked by uid 500); 24 May 2006 21:42:51 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 70680 invoked by uid 99); 24 May 2006 21:42:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 14:42:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 14:42:50 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 22C415B764; Wed, 24 May 2006 14:42:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 12C2F7F403 for ; Wed, 24 May 2006 14:42:28 -0700 (PDT) Date: Wed, 24 May 2006 14:42:28 -0700 (PDT) From: Chris Hostetter To: java-dev@lucene.apache.org Subject: Re: SweetSpotSimiliarity In-Reply-To: <9B43CB81-30F8-47A2-998C-077FC0FA994B@rectangular.com> Message-ID: References: <9807227.1148432130297.JavaMail.jira@brutus> <44749BF8.2090601@apache.org> <4474A6F6.7010102@apache.org> <2FF50110-74F5-4FE7-A85D-EAD815220FDF@rectangular.com> <4474B8DB.3070303@apache.org> <9B43CB81-30F8-47A2-998C-077FC0FA994B@rectangular.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : into Scorers, I feel like I have to go spelunk all of them to make : sure that no Query ever propagates its Similarity instance to a child : in such a way. Making the broad statement that all instances of i don't think there is any situation where a Query passes it's similarity down into any subqueries it may have -- there isn't even a mechanism for it other then to wrap each subquery in some sort of delegating proxy class at rewrite time. it would be possibe to write a query class A which would rewrite to an anonymous subclass of B with getSimilarity overrien to use A's similarity, but that would be a lot of work, and i don't think any Query goes to that trouble. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org