Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 48758200BA7 for ; Fri, 21 Oct 2016 15:23:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 47336160AE8; Fri, 21 Oct 2016 13:23:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B1627160AE0 for ; Fri, 21 Oct 2016 15:23:00 +0200 (CEST) Received: (qmail 13652 invoked by uid 500); 21 Oct 2016 13:22:59 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 13614 invoked by uid 99); 21 Oct 2016 13:22:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2016 13:22:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6E2BA2C0B04 for ; Fri, 21 Oct 2016 13:22:59 +0000 (UTC) Date: Fri, 21 Oct 2016 13:22:59 +0000 (UTC) From: "David Smiley (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-7517) Explore making Scorer.score() return a double MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 21 Oct 2016 13:23:01 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595051#comment-15595051 ] David Smiley commented on LUCENE-7517: -------------------------------------- +1 Makes sense to me. > Explore making Scorer.score() return a double > --------------------------------------------- > > Key: LUCENE-7517 > URL: https://issues.apache.org/jira/browse/LUCENE-7517 > Project: Lucene - Core > Issue Type: Wish > Reporter: Adrien Grand > Priority: Minor > > Follow-up to http://search-lucene.com/m/l6pAi1BoyPJ1vr2382&subj=Re+JENKINS+EA+Lucene+Solr+master+Linux+64bit+jdk+9+ea+140+Build+18103+Unstable+. > We could make Scorer.score() return a double in order to lose less accuracy when combining scores together, while still using floats on TopDocs and more generally all parts of the code that need to store scores. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org