Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 71052 invoked from network); 3 May 2010 14:46:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 14:46:37 -0000 Received: (qmail 9861 invoked by uid 500); 3 May 2010 14:46:35 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 9818 invoked by uid 500); 3 May 2010 14:46:35 -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 9808 invoked by uid 99); 3 May 2010 14:46:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 14:46:35 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.211.201] (HELO mail-yw0-f201.google.com) (209.85.211.201) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 14:46:29 +0000 Received: by ywh39 with SMTP id 39so1083743ywh.21 for ; Mon, 03 May 2010 07:46:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.2.1 with SMTP id 1mr4151292ybb.65.1272897967345; Mon, 03 May 2010 07:46:07 -0700 (PDT) Received: by 10.151.11.20 with HTTP; Mon, 3 May 2010 07:46:07 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 May 2010 10:46:07 -0400 Message-ID: Subject: Re: BytesRef comparable From: Michael McCandless To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Mon, May 3, 2010 at 9:02 AM, Robert Muir wrote: > In my opinion, BytesRef should be comparable, with the default being > 'natural' (unsigned/codepoint order). +1, once we cutover standard codec to this too. > And you can still specify a crazy comparator in your codec, but not all > things would work (its an expert customization) Right. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org