Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 90695 invoked from network); 6 Nov 2005 08:29:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Nov 2005 08:29:08 -0000 Received: (qmail 95351 invoked by uid 500); 6 Nov 2005 08:29:03 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 95317 invoked by uid 500); 6 Nov 2005 08:29:02 -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 95306 invoked by uid 99); 6 Nov 2005 08:29:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 00:29:02 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.38.243] (HELO web50310.mail.yahoo.com) (206.190.38.243) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 06 Nov 2005 00:28:56 -0800 Received: (qmail 56032 invoked by uid 60001); 6 Nov 2005 08:28:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3Uhy7Nw1UlVS3HmdwgKt0jcd6dplM8hawH0OJ0maGjVyjJDUYecuq8cDEBBXIBzArsGIa+HUl8NESmCaQMnYPu14NzoEuPOuYgMkfLFLVqhih7wqog185GVFEsQVTDgA+X5pFQdI0m5IAPXKe4qV+8qoja9cN/HE0RQ4Ap8nVqA= ; Message-ID: <20051106082840.56030.qmail@web50310.mail.yahoo.com> Received: from [69.201.142.21] by web50310.mail.yahoo.com via HTTP; Sun, 06 Nov 2005 00:28:40 PST Date: Sun, 6 Nov 2005 00:28:40 -0800 (PST) From: Otis Gospodnetic Subject: Re: Question about scoring normalisation To: java-user@lucene.apache.org In-Reply-To: <9ce5095c0511051936r1933df21i789cfcbf08aabfbd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > if so the top score should always be 1.0. Isn't so. Perhaps you are right. Can you send some code that shows this, preferably writen as a JUnit test and attached to a JIRA issues? > Or does boosting multiple individual fields wreck that ? I didn't think so, but I could be wrong. Otis > sameer > > On 11/6/05, Chris Lamprecht wrote: > > Lucene just takes the highest score returned, and divides all > scores > > by this max_score. So max_score / max_score = 1.0, and voila. > > > > > -- > Sameer Shisodia Bangalore > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org