Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 19529 invoked from network); 21 Oct 2005 00:09:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Oct 2005 00:09:34 -0000 Received: (qmail 86599 invoked by uid 500); 21 Oct 2005 00:09:31 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 86573 invoked by uid 500); 21 Oct 2005 00:09:30 -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 86562 invoked by uid 99); 21 Oct 2005 00:09:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 17:09:18 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 4EB9E592 for ; Fri, 21 Oct 2005 02:08:56 +0200 (CEST) Message-ID: <489968119.1129853336317.JavaMail.jira@ajax.apache.org> Date: Fri, 21 Oct 2005 02:08:56 +0200 (CEST) From: "Hoss Man (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-406) PATCH: sort missing string fields last Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/LUCENE-406?page=all ] Hoss Man updated LUCENE-406: ---------------------------- Attachment: TestMissingStringLastComparatorSource.java Unit test and demonstration of basic functionality > PATCH: sort missing string fields last > -------------------------------------- > > Key: LUCENE-406 > URL: http://issues.apache.org/jira/browse/LUCENE-406 > Project: Lucene - Java > Type: Bug > Components: Search > Versions: 1.4 > Environment: Operating System: All > Platform: All > Reporter: Yonik Seeley > Assignee: Lucene Developers > Attachments: MissingStringLastComparatorSource.java, MissingStringLastComparatorSource.java, TestMissingStringLastComparatorSource.java > > A SortComparatorSource for string fields that orders documents with the sort > field missing after documents with the field. This is the reverse of the > default Lucene implementation. > The concept and first-pass implementation was done by Chris Hostetter. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org