Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 11687 invoked from network); 15 Mar 2007 08:49:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 08:49:34 -0000 Received: (qmail 17884 invoked by uid 500); 15 Mar 2007 08:49:39 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 17836 invoked by uid 500); 15 Mar 2007 08:49:38 -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 17824 invoked by uid 99); 15 Mar 2007 08:49:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 01:49:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 01:49:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9471D714070 for ; Thu, 15 Mar 2007 01:49:09 -0700 (PDT) Message-ID: <13978662.1173948549605.JavaMail.jira@brutus> Date: Thu, 15 Mar 2007 01:49:09 -0700 (PDT) From: "Michael Busch (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-807) Minor improvement to JavaDoc for ScoreDocComparator In-Reply-To: <28022543.1171848425494.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-807. ---------------------------------- Resolution: Fixed Fix Version/s: 2.2 Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Committed. Thank you, Paul! > Minor improvement to JavaDoc for ScoreDocComparator > --------------------------------------------------- > > Key: LUCENE-807 > URL: https://issues.apache.org/jira/browse/LUCENE-807 > Project: Lucene - Java > Issue Type: Improvement > Components: Javadocs > Affects Versions: 2.1 > Reporter: Paul Cowan > Priority: Trivial > Fix For: 2.2 > > Attachments: ScoreDocComparator.patch > > > About to attach a very small patch for ScoreDocComparator which broadens the contract of compare(ScoreDoc, ScoreDoc) to follow the same semantics as java.util.Comparator.compare() -- allow any integer to be returned, rather than specifically -1/0/-1. > Note that this behaviour must already be acceptable; the anonymous ScoreDocComparators returned by FieldSortedHitQueue.comparatorStringLocale() already return the result of Collator.compare(), which is not tied to this -1/0/1 restriction. -- 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