Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 79277 invoked from network); 14 May 2010 15:26:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 15:26:46 -0000 Received: (qmail 11781 invoked by uid 500); 14 May 2010 15:26:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 11671 invoked by uid 500); 14 May 2010 15:26:45 -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 11661 invoked by uid 99); 14 May 2010 15:26:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 15:26:45 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 15:26:40 +0000 Received: by wwb34 with SMTP id 34so1906683wwb.35 for ; Fri, 14 May 2010 08:26:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=oszSohOwcXcmzB+TQLCM09a3KBhawpvOrRQ0K6zSSbo=; b=cJAD2WHxnGW5ev765V16C80512luPNGaoqJthgFg+aZDnJWr4OB29IJjoyRQKaeAQG qQr6kQs5mBXgeLbtFoP6Ogs+7jcZf808yIeqLN8eMLDM0LjjnHvuBYmwaV491RRaV8JH t9o7HqcNndOtE8YGnaBHjONXWIBVQYABy/3Fs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Nc0K+QCdeyoirkLxM1KezznUGjT5HR8VeWo+ALPxkd1Vx042uQko0as2lXUHPgurFV q+GVYg0mVEcegf5Ls1H7ijYPKg54CmGk2p9/BlB3ksn8VwVVcMjY3FQ1ONl+lKD2MfDo 9Nckghtd5hPD/NXYG9+zEz48hEOLf7rDmi2ng= MIME-Version: 1.0 Received: by 10.216.164.193 with SMTP id c43mr935381wel.178.1273850779083; Fri, 14 May 2010 08:26:19 -0700 (PDT) Sender: yseeley@gmail.com Reply-To: yonik@lucidimagination.com Received: by 10.216.22.140 with HTTP; Fri, 14 May 2010 08:26:18 -0700 (PDT) In-Reply-To: References: <22422775.9881273806729330.JavaMail.hudson@hudson.zones.apache.org> Date: Fri, 14 May 2010 11:26:18 -0400 X-Google-Sender-Auth: T1MS3W4neqCsYS1lnW1QV68ajaw Message-ID: Subject: Re: Build failed in Hudson: Lucene-trunk #1187 From: Yonik Seeley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, May 14, 2010 at 11:23 AM, Yonik Seeley wrote: > On Fri, May 14, 2010 at 11:21 AM, Michael McCandless > wrote: >> On Fri, May 14, 2010 at 10:59 AM, Yonik Seeley >> wrote: >>> On Fri, May 14, 2010 at 7:29 AM, Robert Muir wrote: >>>> On Fri, May 14, 2010 at 5:14 AM, Michael McCandless >>>> wrote: >>>>> Or just cutover to UTF8 order for trunk. >>>> >>>> I would really prefer we go this route, instead of trying to do any >>>> hacks at this point! >>> >>> Sounds good... >>> So it seems like the biggest issue we might have in cutting over would >>> be the field cache and sorting? =A0Instead of using String.compareTo we >>> need one that compares as UTF-32 (or longer term, don't even create >>> strings of course...) >> >> Actually, I think on changing to unicode codepoint order, the >> StringIndex returned by FieldCache would in fact be sorted in >> codepoint order (even though it's still a String[]), because it just >> enums the terms from TermsEnum. > > Right... the FIeldCache will be ordered correctly... but when the sort > code compares values across segments? And even worse... when a binary search is done to convert an ord from one segment to another. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org