Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 46329 invoked from network); 17 Mar 2006 19:33:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Mar 2006 19:33:55 -0000 Received: (qmail 16481 invoked by uid 500); 17 Mar 2006 19:33:52 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16016 invoked by uid 500); 17 Mar 2006 19:33:50 -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 16005 invoked by uid 99); 17 Mar 2006 19:33:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 11:33:50 -0800 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; Fri, 17 Mar 2006 11:33:48 -0800 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 67F8C5B76E; Fri, 17 Mar 2006 11:33:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 61CD17F403 for ; Fri, 17 Mar 2006 11:33:27 -0800 (PST) Date: Fri, 17 Mar 2006 11:33:27 -0800 (PST) From: Chris Hostetter To: java-user@lucene.apache.org Subject: Re: Unnormalized score In-Reply-To: <441AF197.10101@scalix.com> Message-ID: References: <441AF197.10101@scalix.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 : Apparently there is a way of retrieving the unnormalized score from a : Hit but I have been unable to track this down. I need to return this : value because an external client wants to compile results from multiple : queries itself. Not from the Hits class itself, but the raw score is available from most (all?) of the methods in the Searchable interface that describe themselves as "Expert" or "Lower-level" in the javadocs. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org