Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 36804 invoked from network); 24 May 2009 12:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 May 2009 12:54:56 -0000 Received: (qmail 83571 invoked by uid 500); 24 May 2009 12:55:08 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 83469 invoked by uid 500); 24 May 2009 12:55:07 -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 83461 invoked by uid 99); 24 May 2009 12:55:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 May 2009 12:55:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 May 2009 12:55:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96D80234C044 for ; Sun, 24 May 2009 05:54:45 -0700 (PDT) Message-ID: <1577392702.1243169685616.JavaMail.jira@brutus> Date: Sun, 24 May 2009 05:54:45 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENE-1656) When sorting by field, IndexSearcher should not compute scores by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org When sorting by field, IndexSearcher should not compute scores by default ------------------------------------------------------------------------- Key: LUCENE-1656 URL: https://issues.apache.org/jira/browse/LUCENE-1656 Project: Lucene - Java Issue Type: Improvement Components: Search Reporter: Michael McCandless Assignee: Michael McCandless Priority: Minor Fix For: 2.9 In 2.9 we've added the ability to turn off scoring (maxScore & trackScores, separately) when sorting by field. I expect most apps don't use the scores when sorting by field, and there's a sizable performance gain when scoring is off, so I think for 2.9 we should not score by default, and add show in CHANGES how to enable scoring if you rely on it. If there are no objections, I'll commit that change in a day or two (it's trivial). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org