Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 13768 invoked from network); 26 Sep 2010 22:14:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Sep 2010 22:14:02 -0000 Received: (qmail 59295 invoked by uid 500); 26 Sep 2010 22:14:01 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 59193 invoked by uid 500); 26 Sep 2010 22:14:01 -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 59186 invoked by uid 99); 26 Sep 2010 22:14:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 22:14:01 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 22:14:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8QMDeJY019070 for ; Sun, 26 Sep 2010 22:13:40 GMT Message-ID: <22278615.410171285539220090.JavaMail.jira@thor> Date: Sun, 26 Sep 2010 18:13:40 -0400 (EDT) From: "Ryan McKinley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2671) Add sort missing first/last ability to SortField and ValueComparator In-Reply-To: <24072115.410131285538973069.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated LUCENE-2671: ---------------------------------- Attachment: LUCENE-2671-SortMissingLast.patch This is the lucene only parts of SOLR-2134 > Add sort missing first/last ability to SortField and ValueComparator > -------------------------------------------------------------------- > > Key: LUCENE-2671 > URL: https://issues.apache.org/jira/browse/LUCENE-2671 > Project: Lucene - Java > Issue Type: New Feature > Components: Search > Reporter: Ryan McKinley > Assignee: Ryan McKinley > Attachments: LUCENE-2671-SortMissingLast.patch > > > When SortField and ValueComparator use EntryCreators (from LUCENE-2649) they use a special sort value when the field is missing. > This enables lucene to implement 'sort missing last' or 'sort missing first' for numeric values from the FieldCache. -- 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: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org