Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 16326 invoked from network); 5 May 2005 14:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2005 14:28:26 -0000 Received: (qmail 58288 invoked by uid 500); 5 May 2005 14:30:06 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 58138 invoked by uid 500); 5 May 2005 14:30:03 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 57848 invoked by uid 99); 5 May 2005 14:29:58 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.intronet.com (HELO mail.intronet.com) (212.240.81.84) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 05 May 2005 07:29:58 -0700 Received: from exchange.office.intronet.com (exchange.office.intronet.com [192.168.2.25]) by mail.intronet.com (8.12.3/8.12.3/Debian-7.1) with ESMTP id j45ER9Fn010301 for ; Thu, 5 May 2005 15:27:09 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: String sort order X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Thu, 5 May 2005 15:26:02 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: String sort order Thread-Index: AcVRfl0rH7Pxf5pOQrKVyRklAg1QXg== From: "Daniel Massie" To: X-MailScanner-Information: In case of any problems, please contact the Networking Team for more information X-MailScanner: Not scanned: please contact the Networking Team for details X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi I am looking for a way to provide a custom comparator to lucene which = will allow me to sort Strings by case aswell as value, essentially using = equalsIgnoreCase. Can anyone suggest a simple method of achieving this? Thanks Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org